Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

Apache Server as Forward Proxy - how to make https and others work?

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


phanidhar.work at gmail

Nov 12, 2009, 6:28 AM

Post #1 of 2 (327 views)
Permalink
Apache Server as Forward Proxy - how to make https and others work?

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.

Thanks in advance


krist.vanbesien at gmail

Nov 12, 2009, 6:49 AM

Post #2 of 2 (319 views)
Permalink
Re: Apache Server as Forward Proxy - how to make https and others work? [In reply to]

On Thu, Nov 12, 2009 at 3:28 PM, Panidhar Kunchala
<phanidhar.work [at] gmail> 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.vanbesien [at] gmail
krist [at] vanbesien
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-unsubscribe [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.