Created
March 9, 2013 23:23
-
-
Save qknight/5126241 to your computer and use it in GitHub Desktop.
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
<VirtualHost *:80> | |
DocumentRoot "/var/www" | |
ProxyRequests off | |
<Directory proxy:http://localhost> | |
Order Allow,Deny | |
Allow from all | |
</Directory> | |
ProxyPass /pnp4nagios ! | |
ProxyPass / http://localhost:7767/ | |
ProxyPassReverse / http://localhost:7767/ | |
LogLevel Debug | |
<proxy *> | |
Allow from all | |
</Proxy> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment