HAProxy Enterprise Documentation 2.4r1
Manage the HAProxy Enterprise service
The HAProxy Enterprise service runs at startup. You can manage the process with systemctl
.
Connect to the HAProxy Enterprise instance through its public IP address
Use
systemctl status
to check that the service is running:
$ systemctl status hapee-2.4-lb
hapee-2.4-lb.service - HAPEE Load Balancer
Loaded: loaded (/usr/lib/systemd/system/hapee-2.4-lb.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/hapee-2.4-lb.service.d
└─override.conf
Active: active (running) since Wed 2020-12-09 14:07:46 UTC; 14min ago
Main PID: 918 (hapee-lb)
CGroup: /system.slice/hapee-2.4-lb.service
├─918 /opt/hapee-2.4/sbin/hapee-lb -Ws -f /etc/hapee-2.4/hapee-lb.cfg -p /run/hapee-2.4-lb.pid -m 5212 -f /etc/hapee-2.4/dashboard-module.cfg
└─920 /opt/hapee-2.4/sbin/hapee-lb -Ws -f /etc/hapee-2.4/hapee-lb.cfg -p /run/hapee-2.4-lb.pid -m 5212 -f /etc/hapee-2.4/dashboard-module.cfg
-
Use
systemctl reload
to reload the load balancer configuration after making changes:$ sudo systemctl reload hapee-2.4-lb
Next up
Access the Real-time Dashboard