Return to Snippet

Revision: 61839
at January 17, 2013 23:24 by therobot


Initial Code
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>
 
SSLProxyEngine On
ProxyPass / https://<url>
ProxyPassReverse / https://<url>
ProxyPreserveHost ON

Initial URL


Initial Description
The idea is to use this piece of code inside a virtualhost block

Initial Title
https transparent proxy

Initial Tags
apache

Initial Language
Apache