Skip to content

Instantly share code, notes, and snippets.

@mmurray
Created October 27, 2010 02:46
Show Gist options
  • Save mmurray/648326 to your computer and use it in GitHub Desktop.
Save mmurray/648326 to your computer and use it in GitHub Desktop.
LoadModule proxy_module modules/mod_proxy.so
...
<VirtualHost *:80>
ProxyPreserveHost On
ServerName www.newsvine.com
ProxyPass / http://127.0.0.1:9000/
ProxyPassReverse / http://127.0.0.1:9000/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment