Re: [users@httpd] Password protect all but one directory

2011-02-23 Thread Tom Evans
On Wed, Feb 23, 2011 at 5:40 PM, Jon Drukman wrote: > I want to password protect my entire site, except for one URL (which is needed > for a load balancer health check).  I've done this: > > >  AuthType Digest >  AuthName "password protected" >  AuthUserFile /srv/passwd.digest >  Require valid-us

[users@httpd] Password protect all but one directory

2011-02-23 Thread Jon Drukman
I want to password protect my entire site, except for one URL (which is needed for a load balancer health check). I've done this: AuthType Digest AuthName "password protected" AuthUserFile /srv/passwd.digest Require valid-user Satisfy any Allow from all It doesn't work. Requ