Configure HTTP Server load balancing with HAProxy in CentOS

In here I’m going to show you how to configure HTTP server load balancing with the HAProxy server.
HAProxy is an open source high availability and high responsive solution with server load balancing mechanism and proxy server. This would be helpful to maximise server availability and prevent single point of failure of the any kind of running applications on servers.
This tutorial is guiding you through the steps to be followed for http server load balancing using HAProxy. Let’s take an example for configuring HAProxy load balancing with some http server instances.
HAProxy Server
  • Server IP : 10.101.5.3
  • OS : Cent OS release 6.5
 
HTTP-Server-01
  • Server IP : 10.101.5.4
  • OS : Cent OS release 6.5
 
HTTP-Server-02
  • Server IP : 10.101.5.4
  • OS : Cent OS release 6.5
 
HTTP-Server-03

Read More »