How to Install HAProxy with Yum

Command:

yum -y install  haproxy

Configuration File:

/etc/haproxy/haproxy.cfg

Other Common Commands:

Hot reload HAProxy command:
service haproxy reload
Hard restart HAProxy command:
systemctl restart haproxy
Check HAProxy status command:
systemctl status haproxy

Leave a Comment

Your email address will not be published.