Hi all,

I am using HAProxy 1.4.23. I am getting *sometimes* following error while
trying to access status page of HAProxy

"403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the
credentials that you supplied."

This problem not coming while the target webserver running on Windows 2008
or Linux. PLease share your suggestions regarding how to overcome this
issue. It is observed that HTTP request log of web server showing logs
related to "/ ?stats" requests. I am expecting this request should be
processed at haproxy layer and should not be forwarded to web server. This
is just an observation.

HAProxy Configuration is as follows

    global
        daemon
        maxconn 256

    defaults
        mode http
        timeout connect 5000ms
        timeout client 50000ms
        timeout server 50000ms

    frontend http-in
        bind *:80
        default_backend servers

    backend servers
        server server1 10.132.69.53:9459 check inter 500 fall 3 rise 2
        stats uri /?stats


Regards,
Prasad.

Reply via email to