Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created October 30, 2008 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshuma/20892 to your computer and use it in GitHub Desktop.
Save Oshuma/20892 to your computer and use it in GitHub Desktop.
# Passenger (mod_rails) Apache2 config.
<VirtualHost 1.2.3.4:80>
ServerAdmin admin@example.com
ServerName www.example.com
DocumentRoot /path/to/rails_root/public
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment