Routes Error using Phusion Passenger, Apache, Rails 2.2.2 and RailsBaseURI

Rails can’t find the page, but it should be the root directory. It works when I script/server, it just won’t load with Passenger properly.

Solutions in google groups

Add

config.action_controller.relative_url_root = “/appName”

to your environment.rb file.

Posted on June 3, 2009 at 1:03 pm by Jordan Carter · Permalink
In: Server Config · Tagged with: , ,

Leave a Reply