Apache Server as Forward Proxy - how to make https and others work?
am 12.11.2009 15:28:25 von Panidhar Kunchala--001636284b5c2c529004782d5b41
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I'm using Apache HTTP server as forward proxy by adding the following lines
in httpd.conf:
ProxyRequests On
Order deny,allow
Allow from all
This works perfectly fine for http traffi. But when I use HTTPS or others,
this doesn't seem to work. Let me know what needs to be done for this.
Thanks in advance
--001636284b5c2c529004782d5b41
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
=A0I'm using Apache HTTP server as forward proxy by adding the f=
ollowing lines in httpd.conf:
<IfModule mod_proxy.c>
ProxyR=
equests On
<Proxy *>
=A0 Order deny,allow
=
=A0 Allow from all
</Proxy>
</IfModule>
This works perfectly fine fo=
r http traffi. But when I use HTTPS or others, this doesn't seem to wor=
k. Let me know what needs to be done for this.
Thanks in advance
--001636284b5c2c529004782d5b41--