Rails under apache

My app is ready to roll out to my users and I’m switching over to the
central apache server we use. I’ve got it accessing the right directory
(via Alias, not VHost), but in my error_log I see this:

[Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1]
/home/site/rails/alerts/public/…/config/boot.rb:7:in require': No such file to load -- pathname (LoadError) [Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] \tfrom /home/site/rails/alerts/public/../config/boot.rb:7 [Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] \tfrom /home/site/rails/alerts/public/../config/environment.rb:11:inrequire’
[Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] \tfrom
/home/site/rails/alerts/public/…/config/environment.rb:11
[Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] \tfrom
/home/site/rails/alerts/public/dispatch.cgi:3:in `require’
[Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] \tfrom
/home/site/rails/alerts/public/dispatch.cgi:3
[Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] Premature end of
script headers: dispatch.cgi

And then I get a “Application failed to start” message. I’m running
locally on OS X via Locomotive, so I’m wondering if that has royally
screwed up my environment for porting to other servers… :frowning: