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

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

am 12.11.2009 15:28:25 von Panidhar Kunchala

--001636284b5c2c529004782d5b41
Content-Type: text/plain; charset=ISO-8859-1

Hi,
I'm using Apache HTTP server as forward proxy by adding the following lines
in httpd.conf:


ProxyRequests On


Order deny,allow
Allow from all




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

--001636284b5c2c529004782d5b41
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,
=A0I'm using Apache HTTP server as forward proxy by adding the f=
ollowing lines in httpd.conf:

<IfModule mod_proxy.c>
ProxyR=
equests On

<Proxy *>
  =A0 Order deny,allow
  =
=A0 Allow from all

</Proxy>

</IfModule>

This works perfectly fine fo=
r http traffi. But when I use HTTPS or others, this doesn't seem to wor=
k. Let me know what needs to be done for this.

Thanks in advance



--001636284b5c2c529004782d5b41--

Re: Apache Server as Forward Proxy - how to make https

am 12.11.2009 15:49:51 von Krist van Besien

On Thu, Nov 12, 2009 at 3:28 PM, Panidhar Kunchala
wrote:
> Hi,
> =A0I'm using Apache HTTP server as forward proxy by adding the following =
lines
> in httpd.conf:
>
>
> ProxyRequests On
>
>
>   =A0 Order deny,allow
>   =A0 Allow from all
>

>
>

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

--=20
krist.vanbesien@gmail.com
krist@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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org