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
> authentication, and if I go directly to the machine bypassing the load 
> balancer,
> I get prompted for a password repeatedly.  Entering the correct user/pass pair
> doesn't work, it just keeps popping the auth box over and over.
>
> What am I doing wrong?
>
> Apache 2.2.15 on CentOS 5
>

Isn't it easier to leave /ping open for all?  Remove the entire need
for authentication?  I assume it will be a directory with nothing but
a static page for your load balancer to check so nothing that needs to
be protected.

Regards

Bram

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to