Difference between revisions of "Haproxy hitless reload"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
https://www.haproxy.com/blog/haproxy-process-management/
 +
```
 +
echo "show proc" | socat stdio tcp4-connect:192.168.48.2:1234
 +
echo "reload" | socat stdio tcp4-connect:192.168.48.2:1234
 +
```
 +
 
https://www.haproxy.com/documentation/hapee/latest/api/runtime-api/overview/
 
https://www.haproxy.com/documentation/hapee/latest/api/runtime-api/overview/
  

Revision as of 16:36, 26 July 2022