Hi, taking this hypothetical cfg:

=======
global
  daemon
  nbproc 3
  stats socket unix@/tmp/haproxy1.sock expose-fd listeners process 1
  stats socket unix@/tmp/haproxy2.sock expose-fd listeners process 2
  stats socket unix@/tmp/haproxy3.sock expose-fd listeners process 3
listen f1
  bind :80 process 1
  server s1 192.168.99.1:8000 check
listen f2
  bind :8080 process 2-3
  server s2 192.168.99.1:8000 check
=======

What's the right or the better way to seamless reload (-x) this multi process 
configuration? Multi -x command-line parameter doesn't seem to work, and use 
one or the other socket will apparently leave some listening sockets without 
being reused.

~jm


Reply via email to