Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. tejastank created this gist Nov 1, 2012.
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <VirtualHost *:80>
    ServerAdmin webmaster@localhost

    ProxyRequests Off
    ProxyPreserveHost On
    <Proxy *>
    Order allow,deny
    Allow from all
    </Proxy>
    ProxyPass / http://localhost:8069/
    ProxyPassReverse / http://localhost:8069/
    ProxyPreserveHost On
    ProxyErrorOverride Off
    SetEnv proxy-nokeepalive 1
    </VirtualHost>