Skip to content

Instantly share code, notes, and snippets.

@qknight
Created March 9, 2013 23:23
Show Gist options
  • Save qknight/5126241 to your computer and use it in GitHub Desktop.
Save qknight/5126241 to your computer and use it in GitHub Desktop.
<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