I''m trying to get my rails app running in regular cgi before moving to fcgi, but i''m getting premature end of script headers errors in my server log. I''m not sure how to debug this, and i would greatly appreciate some help. Of course when i browse to my app, it says: Rails application failed to start properly" So far i''ve done: I can run the console and create a new user object from my User model, so i dont think its a database connection issue (right?). I ran tail -f on my server log while trying to access my app from a browser and it spits out the "premature end of...(piece of shit uninformative cgi errors)". I started webrick and browsed to my site with that http://_ip_address:3000 and it works fine. Dispatch.cgi points to the right ruby installation. I have not: modified .htaccess (didnt think i needed to since i''m trying the out of the box installation) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060307/31b61379/attachment.html