[us...@httpd] Password protect site, but leave one directory open for load balancer

2010-08-27 Thread Jon Drukman
I'm trying to password protect my entire site, but leave the URI /ping open for the load balancer healthcheck. Here is my configuration: SetEnvIf Request_URI ^/ping allow_access=1 Location / Order Deny,Allow Deny from all Allow from env=allow_access authuserfile

Re: [us...@httpd] Password protect site, but leave one directory open for load balancer

2010-08-27 Thread Bram Mertens
On Fri, Aug 27, 2010 at 8:15 PM, Jon Drukman j...@cluttered.com wrote: I'm trying to password protect my entire site, but leave the URI /ping open for the load balancer healthcheck.  Here is my configuration: ... This doesn't work.  Requests for /ping are still requiring digest