On Mon, Jul 11, 2011 at 02:20:37PM +0200, Damien Hardy wrote: > Whatever method is used, I want that haproxy never ask to any backend an > answer directly to client and log the request like others
Then define a "monitor-uri", it's done for that.
Example :
frontend XXX
mode http
monitor-uri /test
All checks to /test will return a 200 OK. Its used so that haproxy can be
tested by other components (eg: keepalived).
Regards,
Willy

