Rails program is not being run on apache + passenger - only directory listing
- by user909943
I have successfully installed Phusion passenger + Apache 2 + Rails 3.1 program + git on a linux Debian 6. I ran passenger-install-apache2-module and followed the configuration instructions. I followed also the setup instructions at https://help.ubuntu.com/community/RubyOnRails#Configure%20Apache
My program is in /var/www/myrailsproject and runs…