Skip to content

Instantly share code, notes, and snippets.

@Adyg
Created June 5, 2014 11:56
Show Gist options
  • Save Adyg/da6fee6d7ee84bed0e23 to your computer and use it in GitHub Desktop.
Save Adyg/da6fee6d7ee84bed0e23 to your computer and use it in GitHub Desktop.
Vhosts
trialist vhost:
Listen 9303
<VirtualHost *:9303>
DocumentRoot /vagrant/codebase/trialist
</VirtualHost>
ohmage vhost:
Redirect 302 /index.html /web
<IfModule mod_proxy_ajp.c>
ProxyPass /app ajp://127.0.0.1:8009/app
ProxyPass /web ajp://127.0.0.1:8009/web
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment