From: Dave Burt Date: 2005-10-16T00:21:55+09:00 Subject: Re: rails fastcgi error: terminated by calling exit with status '0' Tiggerius: >

Routing Error

>

Recognition failed for ""

1) Try the Rails list - they're more helpful about Rails stuff that we Rubyists. 2) Search the Rails wiki - it's got a fair bit of info around. Google also finds support tickets from TextDrive and other helpful stuff like that. 3) It might be a routing error. Check your routes in config/routes.rb. Check your web server's pointing in the right direction for that URL (i.e. at dispatch.fcgi). Check the Rails logs - fastcgi.crash.log in particular. You can try running dispatch.fcgi without the web server, and try putting simple dummy code in dispatch.fcgi. Cheers, Dave