public marks

LINK

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Fedora 8 | HowtoForge - Linux Howtos and Tutorials

by falko & 1 other (via)
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 will not 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.

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

failover   fedora   ha   haproxy   heartbeat   high-availability   HighAvailability   howtos   linux   load balancer   loadbalancing   server  

BY

falko
the 02/03/2008 at 12:43

etheriau
the 29/02/2008 at 07:03