---

Setting Up A High-Availability Load Balancer…

[ Thanks to Falko
Timme
for this link. ]

“This document describes how to set up a two-node load balancer
in an active/passive configuration with HAProxy and heartbeat on
Fedora 8. The load balancer acts between the user and two (or more)
Apache web servers that hold the same content. The load balancer
passes the requests to the web servers and it also checks their
health. If one of them is down, all requests will automatically be
redirected to the remaining web server(s). In addition to that, the
two load balancer nodes monitor each other using heartbeat. If the
master fails, the slave becomes the master–users won’t notice any
disruption of the service. HAProxy is session-aware–you can use it
with any web application that makes use of sessions like forums,
shopping carts, etc…”


Complete Story

Related Story:
Setting
Up A High-Availability Load Balancer… On Debian Etch
(Oct 30,
2007)

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis