-st was indicated instead of -sf, and the pidfile was wrong.
# to reload a new configuration with minimal service impact and without
# breaking existing sessions :
- # haproxy -f haproxy.cfg -p $(</var/run/haproxy-private.pid) -st $(</var/run/haproxy-private.pid)
+ # haproxy -f haproxy.cfg -p /var/run/haproxy-private.pid -sf $(</var/run/haproxy-private.pid)
1.7) Polling mechanisms
-----------------------
# pour recharger une configuration avec un impact minimal sur le service,
# et sans casser les sessions existantes :
- # haproxy -f haproxy.cfg -p $(</var/run/haproxy-private.pid) -st $(</var/run/haproxy-private.pid)
+ # haproxy -f haproxy.cfg -p /var/run/haproxy-private.pid -sf $(</var/run/haproxy-private.pid)
1.7) Mécanismes de traitements des événements
---------------------------------------------