Hi all.

I need to leave a few areas of our site freely accessible, but most of
the site is restricted, and I'd like the default behavior to be
restrictive. I don't want to have to remember to change the config if I
add new directories, as in adding 
<Location>
SSLVerifyClient require
</Location>

Is there a way I could use <LocationMatch> to specify a not condition?
as in 
<LocationMatch !~ "/(thisfile|thatDir|whatever).*">
SSLVerifyClient require
</LocationMatch>

That would let me list the exceptions, and everything else would be
restricted by default......

???


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to