I have 2 servers running HAProxy to load balance some web servers and database servers with Heartbeat to cluster them in active/passive mode.
At the moment, if the active server dies then the passive one takes over the load balance tasks with the shared IP.
My problem is that a single HAProxy server is not enough to handle the load because the traffic is very high. I want to use 2 HAProxy servers in active/active mode.
How do I do it? Can anyone suggest a solution and examples of how to do it?