I have haproxy running in a small cluster: HA-Proxy version 1.4.16 2011/08/04
Copyright 2000-2010 Willy Tarreau <[email protected]> With the following configuration: frontend gde_mtl *:80 acl host_static hdr_end(host) mvdd.net use_backend static if host_static default_backend dynamic If it possible for hdr_end(host) to fail for some reason? We have odd cases (1%) where that rule isn't matched. Could it be that a proxy rewrites the host header? Could someone explain the difference between 'hdr_end' and 'shdr_end'? Thanks

