]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cli: allow the stats socket to be bound to a specific set of processes
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Oct 2012 21:17:18 +0000 (23:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Oct 2012 21:17:18 +0000 (23:17 +0200)
commit35b7b168181feebcb9fa86aba7d1bfa58f193535
tree90764f853af12287c1c833ac6754c90674a5ee80
parent153c3cafd7702ccdeca79922670c3fd9473a1d57
MEDIUM: cli: allow the stats socket to be bound to a specific set of processes

Using "stats bind-process", it becomes possible to indicate to haproxy which
process will get the incoming connections to the stats socket. It will also
shut down the warning when nbproc > 1.
doc/configuration.txt
src/cfgparse.c
src/dumpstats.c