Created
October 4, 2014 13:49
-
-
Save k0nsl/989de80583005191d720 to your computer and use it in GitHub Desktop.
KiwiIRC Apache2 Reverse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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