Apache + Passenger, requests not forwarded to Rails
- by olalonde
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 ?