On Wed, May 12, 2010 at 2:50 PM, Bob Sauvage <[email protected]> wrote: > > > Hello people ! > > Is it possible to make a simple failover mechanism with Haproxy ? > > I don't want load balancing at this moment. Just a director who checks my > two webservers. > > If my webserver 1 is down, the director redirects the paquet to the > webserver2. > > Thanks a lot ! ;)
Hi Bob, I read that the combination of HaProxy and KeepAlived works pretty well. KeepAlived will do what you are trying to achieve. Sam

