I'm trying to set up Apache + Passenger (mod_rails) and everything works fine except Apache won't forward requests to Rails.

From my Apache log:

File does not exist: /var/www/rails_apps/domain.com/public/controllerName

My Rails app works fine with Mongrel and I also have some PHP/MySQL sites running fine. I have no .htaccess in my Rails app directory. What is going wrong? How could I troubleshoot this problem ?

link|improve this question

64% accept rate
feedback

1 Answer

Nevermind, I didn't put the configuration lines in the proper httpd.conf file :/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.