[us...@httpd] Apache Server as Forward Proxy - how to make https and others work?

2009-11-12 Thread Panidhar Kunchala
Hi, I'm using Apache HTTP server as forward proxy by adding the following lines in httpd.conf: IfModule mod_proxy.c ProxyRequests On Proxy * Order deny,allow Allow from all /Proxy /IfModule This works perfectly fine for http traffi. But when I use HTTPS or others, this doesn't seem to

Re: [us...@httpd] Apache Server as Forward Proxy - how to make https and others work?

2009-11-12 Thread Krist van Besien
On Thu, Nov 12, 2009 at 3:28 PM, Panidhar Kunchala phanidhar.w...@gmail.com wrote: Hi,  I'm using Apache HTTP server as forward proxy by adding the following lines in httpd.conf: IfModule mod_proxy.c ProxyRequests On Proxy *     Order deny,allow     Allow from all /Proxy /IfModule