Ruby on Rails not working?
Posted by: telos
Posted on: 2006-02-06 03:18:00
All of a sudden, my RoR app is not working. I am getting 500 errors.
I have reverted to a version that i know for certain works on DH, and still no luck.
`./script/console production` works fine. `./script/server -e production` works fine and i can use the site with w3m accessing localhost:3000. i have checked my permissions and configuration. FCGI is enabled on the panel
i'm getting FastCGI: comm with (dynamic) server aborts: (first read) idle timeout (120 sec) and FastCGI: incomplete headers (0 bytes) received from server
any ideas?