Hi,

Axel-Stéphane__SMORGRAV <[EMAIL PROTECTED]> wrote:
> Do you have both proxymatch blocks in the same configuration ??
>


no, I tested with the first ProxyMatch, and the http site was blocked, then I
added the s to the http and restarted apache. And I was able to retrieve the
https site.



>
> The following will block all traffic to e.g. http://www.ccc.de
> <ProxyMatch "http.*.ccc.de.*">
>         order deny,allow
>         deny from all
>         allow from none
> </ProxyMatch>
>
> But the following will not block traffic to e.g. https://www.ccc.de
> <ProxyMatch "https.*.ccc.de.*">
>         order deny,allow
>         deny from all
>         allow from none
> </ProxyMatch>
>

kind regards
sebastian



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