On Thu, Nov 12, 2009 at 3:28 PM, Panidhar Kunchala
<[email protected]> 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>
>
> 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.

HTTPS proxying is somewhat different. You need support for the
"CONNECT" methof, so mod_proxy_connect must be enabled.

Krist

-- 
[email protected]
[email protected]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to