>  <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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to