500 error using fastcgi + rails
Posted by: Nerdmaster
Posted on: 2005-08-15 15:17:00
I see a possible issue with rails and fastcgi, as posted in textdrive: http://forum.textdrive.com/viewtopic.php?id=1467
I am getting a similar situation where my site runs fine other than seemingly random 500 errors. Here's an example of my log:
[Mon Aug 15 14:51:21 2005] [error] [client xxxx] FastCGI: incomplete headers (0 bytes) received from server "/home/nerdbuc/gladiator/public/dispatch.fcgi"
Since things run fine most of the time, I can only assume this issue is linked to the issue posted in text drive where fastcgi thinks it's run out of file handles and just spews a 500 error. Any ideas how to get around this? I doubt I'll be able to run my rails app in normal cgi mode without being asked to switch servers (assuming it ends up being popular), which is not an option...