I'm new to HostingRails, and I'm having a bit of an issue getting an existing app (that has worked elsewhere in production) behaving properly. I've followed the tutorial, but I'm still getting the following error.
Basically, I know the .htaccess is routing requests to dispatch.fcgi properly because I can see the content of that file in the browser on any request other than root (e.g., http://www.mypulllist.com/account/login - I've got an index.html in place to let my users know that this is a known issue). I've commented out the AddHandler for .fcgi and quadruple-checked the shebang line (and even executed the file successfully from the command line), but it's just not being executed when hit with a browser.
Can anyone suggest a fix?
Thanks!
Ben