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>
>
> 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

-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to