Hi, Sorry for my poor english.
I've used recent 1.5-dev24(a631fc8) git code. and I didn't use default-backend. # echo "show map #-1" | socat stdio /var/run/haproxy.stat 0x266f4d0 www.a.com www.a.com 0x266f540 m.www.a.com m.www.a.com # echo "get map #-1 www.a.com" | socat stdio /var/run/haproxy.stat type=dom, found=yes, idx=list, case=sensitive, key="www.a.com", value="www.a.com", type="str" # echo "get map #-1 m.www.a.com" | socat stdio /var/run/haproxy.stat type=dom, found=yes, idx=list, case=sensitive, key="www.a.com", value="www.a.com", type="str" m.www.a.com key matches www.a.com not m.www.a.com. Thanks, Seri -----Original Message----- From: "Lukas Tribus"<[email protected]> To: "Seri"<[email protected]>; "HAProxy"<[email protected]>; Cc: Sent: 2014-04-28 (월) 19:43:13 Subject: RE: map_dom, map_sub issue Hi, > Hi, > > I have a map configuration as below > > ** haproxy configuratioin file > frontend http-in > ... > use_backend %[req.fhdr(host),lower,map_dom(/etc/haproxy/host_to_backend.map)] > ... > > backend www.a.com > server www1 1.1.1.1:80 > > backend m.www.a.com > server m.www1 2.2.2.2:80 > > ** /etc/haproxy/host_to_backend.map file > www.a.com www.a.coom > m.www.a.com m.www.a.com > > If I request "Host: www.a.com", www.a.com backend is chosen. > If I request "Host: m.www.a.com", www.a.com backend not m.www.a.com backend > is chosen. > > Is this right behaviour? > > Have I missed something? Please use recent code (1.5-dev24) to make sure that this is supported. Does default-backend point to www.a.com? What backend does a unrelated host header hit (example.com)? Regards, Lukas

