Differences between revisions 3 and 4
Revision 3 as of 2018-01-05 12:14:32
Size: 437
Comment:
Revision 4 as of 2018-01-05 22:40:51
Size: 436
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
apt-get install ha-proxy apt-get install haproxy

HA-proxy

HA-proxy is short for High Availibility proxy. It has features to check that the servers behind it are up, and round robins incoming requests between the servers. HA-proxy can be used with various server types. We will configure two HA-proxys, which later will be running an active/passive setup with Corosync

  • 192.168.1.48 haproxy01
  • 192.168.1.49 haproxy02

Software

apt-get install haproxy