redundant http load balancer

Posted by jrydberg on Server Fault See other posts from Server Fault or by jrydberg
Published on 2011-01-12T00:13:18Z Indexed on 2011/01/12 0:55 UTC
Read the original article Hit count: 145

Got a simple scenario with two web servers for redundancy and to scale.

But how do I make a two web-server setup fully redundant? I can think of two solutions;

  1. two web servers, one load balancer spreading the load. one extra machine for the load balancer. but how will the load balancer be redundant?

  2. two machines, each running the web server AND running a load balancer, spreading the load over. have a DNS entry point to both of the machines. no extra machines needed for load balancing.

How do you guys normally solve this kind of problem?

© Server Fault or respective owner

Related posts about webserver

Related posts about load-balancing