Friday, 6 September 2013

load-balancing with apache

load-balancing with apache

I have an application hosted on two servers and I try to do some load
balancing. There is two way to go to this application, one from inside and
one from outside the network. The problem comes from the latter. We use
some kind of a reverse-proxy (a liferay protal) to negotiate the session
between the extern user and one of the server (randomly now). And we don't
want this negotiation to be random between those two servers anymore. Is
there a way to implement a rule between the reverse-proxy and the
beginning of the negotiation in order to know which one of the server has
less users ?
Thanks in advance

No comments:

Post a Comment