]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: allow to set frontend maxconn to zero
authorWilly Tarreau <w@1wt.eu>
Wed, 26 Sep 2012 19:07:15 +0000 (21:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 26 Sep 2012 19:07:15 +0000 (21:07 +0200)
commit3c7a79dbb1ecb35717c7a730bec3546aad1c0ede
tree14f066d0ebf3271b3b7e5ae82c9dfca49f7e6b85
parenta7944ad9efb74cff9d67f16d1c658bb26d54bdd3
MINOR: cli: allow to set frontend maxconn to zero

It is sometimes useful to completely disable accepting new connections
on a frontend during maintenance operations. By setting a frontend's
maxconn to zero, connections are not accepted anymore until the limit
is increased again.
doc/configuration.txt
src/dumpstats.c