Skip to content

Instantly share code, notes, and snippets.

@making
Created November 29, 2009 23:21
Show Gist options
  • Save making/245125 to your computer and use it in GitHub Desktop.
Save making/245125 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName example.xom
DocumentRoot /var/www/html
</VirtualHost>
<VirtualHost *:80>
ServerName hunchentoot.example.com
ProxyPass / http://127.0.0.1:4242/
ProxyPassReverse / http://127.0.0.1:4242/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment