forward and reverse proxy
Posted: Mon Sep 22, 2014 4:50 pm
A=Client system, B=The proxy web server, www.proxy.com and C=the site A or the client wants to visit. So, if A wants to visit C; A---->C. However, this time administrator at C disallows direct access and instead force any access of site C to go through B first; A---->B---->C.
forward proxy:
ProxyRequests On
ProxyVia On
<Proxy *>
....
</Proxy>
what do I put in between <Proxy> ? in A or C to have forward proxy at B?
Reverse Proxy
ProxyPass .....
ProxyPassReverse ...
What do I put in ProxyPass and ProxyPassReverse in C to set up a reverse Proxy B?
forward proxy:
ProxyRequests On
ProxyVia On
<Proxy *>
....
</Proxy>
what do I put in between <Proxy> ? in A or C to have forward proxy at B?
Reverse Proxy
ProxyPass .....
ProxyPassReverse ...
What do I put in ProxyPass and ProxyPassReverse in C to set up a reverse Proxy B?