You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joost de Heer <sa...@xs4all.nl> on 2005/08/14 21:12:14 UTC

[users@httpd] Re: Mod_proxy https question

>  <Proxy https://*.passport.com/*>
>   Order deny,allow
>   Deny from all
>   Allow from 10.0.0
> </Proxy>

> This does not allow clients from subnet 10.0.0 to obtain pages from any
> SSL URL at passport.com.

Do you have allowCONNECT set? Do you have mod_proxy_connect loaded? I'm
not 100% sure, but you might need 'SSLProxyEngine on' too to get
ssl-proxying working properly.

Joost


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org