Skip to content

Instantly share code, notes, and snippets.

@pablotron
Created February 20, 2015 20:05
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 pablotron/a483814d0abfe992e5d1 to your computer and use it in GitHub Desktop.
Save pablotron/a483814d0abfe992e5d1 to your computer and use it in GitHub Desktop.
sample passenger apache vhost configuration
pabs@web:/data1/www> less /etc/apache2/sites-available/tinyapps.pablotron.org
<VirtualHost *>
ServerName tinyapps.pablotron.org
ServerAlias tinyapps-static.pablotron.org
ServerAdmin tinyapps-admin@pablotron.org
DocumentRoot /data1/www/tinyapps.pablotron.org/public
Use BASIC_LOGS tinyapps.pablotron.org
Use MOD_DEFLATE
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment