Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created September 10, 2008 01:44
Show Gist options
  • Save inklesspen/9806 to your computer and use it in GitHub Desktop.
Save inklesspen/9806 to your computer and use it in GitHub Desktop.
<VirtualHost 65.19.178.50>
ServerName www.toomuchthe.com
ServerAlias toomuchthe.com
DocumentRoot /domains/toomuchthe
<Directory /domains/toomuchthe>
Options ExecCGI Indexes SymLinksIfOwnerMatch
AllowOverride All
</Directory>
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://127.0.0.1:5050/
ProxyPassReverse / http://127.0.0.1:5050
ProxyPreserveHost on
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment