QUOTE (gmoon)
Has anyone ever succeeded at getting Heartbeat / DRDB setup and working at EV1?
I didn't bother with Heartbeat because it had so many bells and whistle and I just didn't want to waste time on the docs. Further, I only needed to failover/balancing on websites alone. But you can (I have) write something very similar to run on each webserver that monitors the others for life and can replace them if there is a problem. Its really not a difficult task.
I took the program one step further and made it record load levels remotely. Then, using another program that interacted with apache, I used the output to provide near-realtime load balancing (5 sec intervals of load checking to create new distribution rules) with extremely low overhead. So you can take it as far as you want and get complete failover and load balancing, software based, for a very low cost solution that is flexible.