How to Install haproxy in Ubuntu 18.04



Install haproxy by entering the following commands in the terminal:

sudo apt update
sudo apt install haproxy

Description:

fast and reliable load balancing reverse proxy

HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status.

Homepage: http://www.haproxy.org/

Version: 1.8.8-1

Section: net