On Mon, Mar 17, 2008 at 10:04 AM, Augustin Amann <[EMAIL PROTECTED]> wrote: > I'm thinking about the same idea of a reverse-proxy cache cluster for work. > I think that one way of doing that is to use HaProxy (*haproxy*.1wt.eu) > which implement such hash function. You could use it in front of > Varnish, with a URL based balance algorithm ... Should work ok for this > job, even if this could be great to do that in varnish directly.
You might be interessted in using http://www.linuxvirtualserver.org/ to build the loadbalancer part. You could route the traffic using sticky connections to the right backend server. It is even possible that the LVS Servers see only the incoming traffic not the replies. This is an important feature if the limit of one gigbit interface is reached. Greetings Christoph _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
