Re: [EMAIL PROTECTED] (Please help) Apache with forward proxy and https connections

2007-06-25 Thread Joshua Slive
On 6/25/07, Uday Kamath <[EMAIL PROTECTED]> wrote: Hello 1. I have configured Apache (2.0.59) as forward proxy server using directives as below ProxyRequests On AllowCONNECT 80 7002 443 Order deny,allow Allow from all AuthType Basic AuthName "Password Required" AuthUserFile

[EMAIL PROTECTED] (Please help) Apache with forward proxy and https connections

2007-06-25 Thread Uday Kamath
Hello 1. I have configured Apache (2.0.59) as forward proxy server using directives as below ProxyRequests On AllowCONNECT 80 7002 443 Order deny,allow Allow from all AuthType Basic AuthName "Password Required" AuthUserFile "C:/Apache2.0/Apache2/passwords/password" Requir