Topic: mod_rails

Just signed up with slicehost. Setup server and deployed app. All good.

I am however having issues getting passenger to serve my app.

I just get a dir index when I navigate to the url. I don't get any errors in any of the logs and I just can't work out why mongrel is not serving the app.

Is there somewhere special I have to look for errors or can try to work out what is going on, or not as the case may be!!

Thanks,

Tom

Re: mod_rails

First, decide if you're going to be using Passenger or Mongrel.  You only need one.

If you're using Passenger, then to set it up is specific to whether you're using Apache or nginx:

* http://www.modrails.com/install.html
* nginx setup

Be sure to check out the Slicehost article list for either mongrel or passenger.