Rails startup trouble (FastCGI)
Posted by: pteli
Posted on: 2007-03-03 20:35:00
After spending few frustrating hours to get my Rails app to work with FastCGI, I started browsing the Forum. The number
of people having problem with Rails/FastCGI made me wonder if I made the right choice by hosting with DreamHost.
I followed all the instructions from Dreamhost WIKI and also tried suggestions from the Forum but to no avail.
I am still getting Application Error:
"Rails application failed to start properly"
And error.log has following entries:
[Sat Mar 03 20:07:29 2007] [error] [client 66.31.153.84] FastCGI: comm with (dynamic) server "/home/jcgb/jcgb.info/ror/public/dispatch.fcgi" aborted: (first read) idle timeout (60 sec)
[Sat Mar 03 20:07:29 2007] [error] [client 66.31.153.84] FastCGI: incomplete headers (0 bytes) received from server "/home/jcgb/jcgb.info/ror/public/dispatch.fcgi"
I will greatly appreciate your help.