Miscellaneous questions

C. Handel fragfutter at gmail.com
Mon Mar 17 10:56:44 CET 2008


On Mon, Mar 17, 2008 at 10:04 AM, Augustin Amann <augustin at waw.com> 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



More information about the varnish-misc mailing list