Andr� Malo wrote:
> * apache <[EMAIL PROTECTED]> wrote:
> 
> 
>><location !~ regex> or <location -v regex> would be very nice
>>in certain case for exemple, enable client certificat auth for the entire
>>site but 2 locations 
> 
> 
> <LocationMatch ^(?!non-location1|non-location2)>
> 
> should do (in 2.x).

I played around with implementing this in 1.3 (in perl, of course :) and
basically found that it was a bit counterintuitive - "not match" is far
broader than you realize and will include what used to be 404s, images that
you probably don't want to mess with, etc.  but it was a long time ago and ymmv.

--Geoff

Reply via email to