https transparent proxy


/ Published in: Apache
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. <Proxy *>
  2. Order deny,allow
  3. Allow from all
  4. </Proxy>
  5.  
  6. SSLProxyEngine On
  7. ProxyPass / https://<url>
  8. ProxyPassReverse / https://<url>
  9. ProxyPreserveHost ON

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.