Re: [EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-26 Thread Matt Brock
Thanks Joshua. That didn't work for some reason but it led me to trying some similar things out, and I ended up with a solution which excludes certain IP addresses from the authentication process, which should work fine for us as an alternative to excluding certain URLs: Order deny,allow

Re: [EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-25 Thread Joshua Slive
On 10/25/07, Matt Brock <[EMAIL PROTECTED]> wrote: > Hi. > > I'm applying some authentication across all of a site site using the > following: > > The "*" is unnecessary. > AuthName "NAME" > AuthType Basic > AuthUserFile /usr/local/www/.htpasswd > AuthGrou

[EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-25 Thread Matt Brock
Hi. I'm applying some authentication across all of a site site using the following: AuthName "NAME" AuthType Basic AuthUserFile /usr/local/www/.htpasswd AuthGroupFile /dev/null require user USER However, there is one specific URL pattern that I