After updating ruby and ruby-on-rails, I got this following error in my error log:
Permission denied: mod_fcgid: couldn't bind unix domain socket /etc/httpd/logs/fcgidsock/
Solution: chmod 555 /etc/httpd/logs (this is a symlink to /var/httpd/logs)
http://www.megalinux.net/archives/640.html