I think it is a bug. The manual said that monitor requests are responded
to before ACLs are evaluated. By ACLs I mean the acls like this:
monitor-uri /status
acl valid_src1 hdr_ip(X-Forwarded-For) xxxxxx
acl valid_src2 hdr_ip(X-Forwarded-For) xxxxxx
tcp-request content reject unless valid_src1 or valid_src2
As soon as I remove ACL check monitor-uri starts responding.
I am running 1.4.8
On 12/08/2010 10:22 AM, Dmitri Smirnov wrote:
Setup a monitor-uri /status on one of the frontends, however,
GET http://host:port/status returns nothing and health checks fail for a
load balancer. Security permissions are verified and OK.
mode is http in the defaults section.
I was expecting that 200 is returned.
What am I missing?