Load Balancing Linux Web Services and Change Config Without Restart

Posted by Eric J. on Server Fault See other posts from Server Fault or by Eric J.
Published on 2010-04-21T17:44:10Z Indexed on 2010/04/21 17:53 UTC
Read the original article Hit count: 258

Filed under:
|

What options are available to load balance web service traffic on Linux with the ability to add or remove servers from the server pool without restarting the load balancer?

This post:

http://serverfault.com/questions/71437/mod-proxy-change-without-restart

looks like a very promising way to switch between two servers, but I don't know enough about mod_proxy and mod_rewrite to understand how/if I can use an external file to specify the BalancerMember entries for a section.

Are there other open source load balancers that support reconfiguration without restart?

© Server Fault or respective owner

Related posts about load-balancing

Related posts about linux