]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: listener: inherit the process mask from the proxy
authorWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 15:06:11 +0000 (17:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 17:16:26 +0000 (19:16 +0200)
commit3d20958190e2afa55b0b0607b7c1b36e1b1cad3e
treef94366bcd8c9bda3301a360c8a528f892a5117bb
parent6ae1ba6f29eaff05211d6d9a5910eab901ed9b55
MEDIUM: listener: inherit the process mask from the proxy

When a process list is specified on either the proxy or the bind lines,
the latter is refined to the intersection of the two. A warning is emitted
if no intersection is found, and the situation is fixed by either falling
back to the first process of the proxy or to all processes.
src/cfgparse.c