MEDIUM: config: make the frontends automatically bind to the listeners' processes
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 11:21:03 +0000 (13:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 13:43:24 +0000 (15:43 +0200)
commitb369a045d545b41ef2b250bf747caf83c97e0ca8
tree8c4393215b4f140c594d6020d8acaf121e839709
parent64ab6077b768ee02b04a36b30ee195639a2fabc1
MEDIUM: config: make the frontends automatically bind to the listeners' processes

When a frontend does not have any bind-process directive, make it
automatically bind to the union of all of its listeners' processes
instead of binding to all processes. That will make it possible to
have the expected behaviour without having to explicitly specify a
bind-process directive.

Note that if the listeners are not bound to a specific process, the
default is still to bind to all processes.

This change could be backported to 1.5 as it simplifies process
management, and was planned to be done during the 1.5 development phase.
doc/configuration.txt
src/cfgparse.c