I have testing a rails app with apache and passenger. The index page or
any static pages show correctly. But when I try to go to any other
controller… it is never displayed. The sites-available files is as
follows
<VirtualHost *:80>
ServerName www.domain.com
ServerAlias domain.com
DocumentRoot “/var/www/myapp/current/public”
RailsEnv production
RailsMaxPoolSize 2
RailsBaseURI /
ErrorLog /var/www/myapp/logs/error.log
<Directory “/var/www/myapp/current/public”>
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Order allow,deny
Please assist. I have tried all available solutions on the web.
Regards,
Praful