mod_fcgid and the cfgi gem for rails with apache2 on fedora core 6
Because its not readily apparent when you’re concentrating on learning rails… I’m posting this here. While trying to get rails…
Because its not readily apparent when you’re concentrating on learning rails… I’m posting this here. While trying to get rails…
function check_tcp_active($host, $port) { $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_set_option($socket, SOL_SOCKET, SO_RCVTIMEO, array( "sec"=>0, "usec"=>500 ) ); $result = @socket_connect($socket,…
Should you or shouldn’t you use Amazons EC2 service? If you believe everything you read without bothering to send it…
So my little brother had a job working for a storage company. He had only held the job for about…
Well tomorrow is my 1 year anniversary. Thats 1 year happily bickering… er… married 🙂 It’s been a very trying…
Thank you http://www.starryhope.com/tech/2006/mac-os-x-home-and-end-keys/!
I was getting the following error when running “/usr/bin/sudo -u vpopmail -H /usr/bin/spamassassin -D bayes –lint”, per the instructions: [6932]…
Onto what happens inside the cloud! Since we’re looking to load balance what happens inside the cloud you might be…
Lets first address the problem of the dynamic IP address on the load balancer, because it doesn’t matter how good…
I was recently asked to look into load balancing web servers on the Amazon Elastic Cloud Computing Service (EC2). And…