On Thu, Dec 06, 2012 at 01:45:51PM -0500, Daniel Alfonso wrote: > balance hdr(host) > > it would round robin but sticky anything with the same value to first server > to get the request for that domain
more precisely it would not round robin, it would hash the value of the Host header, and use the result to select a server. Regards, Willy

