Running on a server

suggest change

If running on a remote server that is using Passenger change apache.conf to to the environment you want to use. For example this case you see RailsEnv production.

<VirtualHost *:80>
  ServerName application_name.rails.local
  DocumentRoot "/Users/rails/application_name/public"
  RailsEnv production ## This is the default
</VirtualHost>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Change a default Rails application environment:
*Running on a server

Table Of Contents
55CSV
67Change a default Rails application environment