Thanks Colin, yes I did know that :-) I like the idea of just being able to cut and paste any url I want to protect into a list without the worry of regex though.
Date: Fri, 25 Oct 2013 14:08:28 +0200 From: colin@xxxxxxxxxxxxxx To: users@xxxxxxxxxxxxxxxx Subject: Re: protecting a list of specific urls Hi Edward, <Location ~ "^/(site1/abc|site2/tux|site3/zzz)">You do know that Location supports regular expressions? You should be able to collapse all 3 into a single Location something like the following: AuthType Basic AuthName "Administrators" AuthBasicProvider ldap-centos Require valid-user On 25 October 2013 12:37, Edward Quick <edwardquick@xxxxxxxxxxx> wrote:
|