Skip to content

Instantly share code, notes, and snippets.

@k0nsl
Created October 4, 2014 13:49
Show Gist options
  • Save k0nsl/989de80583005191d720 to your computer and use it in GitHub Desktop.
Save k0nsl/989de80583005191d720 to your computer and use it in GitHub Desktop.
KiwiIRC Apache2 Reverse
NameVirtualHost *
<VirtualHost *>
ServerName talk.k0nsl.org
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://162.218.92.123:PORT/
ProxyPassReverse / http://162.218.92.123:PORT/
ProxyPreserveHost on
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment