I should not that this has been resolved. My problem? I was trying to create another virtual host, when really, I needed the app to run on the default host for the server.
I added the RailsBaseURI to the default vhost config file, and then it worked just fine. Thanks for your help! Eric On Sep 2, 9:31 am, Jeff <[email protected]> wrote: > On Sep 1, 1:14 pm,EricJGruber<[email protected]> wrote: > > > I've used the Slicehost Intrepid instructions (http:// > > articles.slicehost.com/ubuntu-intrepid) to install a new Ubuntu server > > with Ruby, Rails and passenger. > > > Everything seems to be working OK, save for one thing: my application > > only service up the files that are in its public folder. > > > The Passenger gem is installed. I've done this whole process before > > without any problem. Any thoughts on how I can go about figuing how to > > fix this? > > > Thanx in advance. > > A couple questions that might sound dumb, but just to be sure: > > - Even though the passenger gem is installed, did you run the > passenger install script for apache? (passenger-install-apache2- > module) > - Is there a line that says PassengerEnabled On; in your vhost? > - Do you get a 404 or 500 when you go to a Rails url? Is there > anything in the rails log file that indicates that it's receiving the > request? > > Jeff > > purpleworkshops.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

