Hi Daniel, On Wed, Dec 05, 2012 at 02:18:15PM -0500, Daniel Alfonso wrote: > Hello, > > I want to load balance hundreds (maybe thousands) of domains to a farm of web > servers. > > I want each domain to only ever load on 1 webserver and stay there unless > there is a failure. > > I'd like to break this up based on traffic load so all webservers are doing > roughly the same work. > > Can this be done practically with just a ton of ACLs?
Yes but maybe not much maintainable. > Is there a better way of accomplishing this? Have you thought about hashing the Host header (for example) ? Just an idea, I don't know how that fits your need. Willy

