I install rails follow this tutorial, install a demo app and I added this lines in the file sites-available/mysite.com
...
DocumentRoot /path/mysite.com/public
RailsEnv development
RackEnv development
...
when I try connect to the url I get
Not Found
The requested URL /rails/info/properties was not found on this server.
You’re clicking the “About your application’s environment” link on the Rails default index.html page. This link only works in
developmentenvironment, not inproduction.The idea is to remove that
public/index.htmlfile altogether before shipping to production.