I have a simple heartbeat setup that watches my 2 servers and transfers the ip public to another server in case of a crash
/etc/heartbeat/haresources
server1 192.168.1.203 nginx
However I would like nginx to be active on both servers (192.168.1.201 and 192.168.1.202) so that I can balance the backsteam load (why not, server is up anyway !)
unfortunately nginx takes over startup and shutdown of niginx leaving nginx not started on one server.
What is the best way to deal with this ?
Thx !