PDA

View Full Version : mod_proxy_balancer -> Avability


seba22
6th December 2008, 19:20
Hi,
I want to create a website cluster using this tutorial.
I will try it on my VM server.

http://www.howtoforge.com/load_balancing_apache_mod_proxy_balancer


I would to ask for one question.
One user is directed to one server ( sessions), what in case when one website server goes down ?

Mod Proxy, will send request to another server bypassing this failed ?
Or for some user website will work ok, but another will get a failed ?

Regards

falko
7th December 2008, 16:01
Mod Proxy, will send request to another server bypassing this failed ?

Yes, that's right - the users will be redirected to the other, working node. :)