apache shows the content of my public dir - rails + apache + passenger + local git + capistrano + ubuntu apache shows the content of my public dir - rails + apache + passenger + local git + capistrano + ubuntu apache apache

apache shows the content of my public dir - rails + apache + passenger + local git + capistrano + ubuntu


add

Options -Indexes 

to a directory configuration settings in your virtualhost. Either in

<Directory />    Options -Indexes </Directory>

or in your document root

<Directory /var/www/appname/current/public>    Options -Indexes </Directory>