[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: Location / AuthType Digest AuthName password protected AuthUserFile /srv/passwd.digest Require valid-user /Location Location /ping Satisfy any Allow

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 j...@cluttered.com 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: Location /  AuthType Digest  AuthName password protected  AuthUserFile /srv/passwd.digest