I Can't Get Ruby on Rails + Passenger + Apache to Work
- by Luke Crowe
I'm sorry if this is a stupid question, but I can't get Ruby on Rails to work on my Apache server. I'm using Phusion Passenger (mod_rails, mod_rack) for app deployment. Here is my RoR-specific configuration code in my website's Apache configuration file:
Alias /rails /var/www/syyborg.com/ruby/blog/public
<Directory…