]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] acl: add srv_conn acl to count connections on a
authorHervé COMMOWICK <vr@exosec.fr>
Fri, 5 Aug 2011 10:09:44 +0000 (12:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 6 Aug 2011 13:52:27 +0000 (15:52 +0200)
commitdaa824e513cc9de9b57211d66f4025b7c7d32ac5
treede345a4f3f8435e455e8f1aa98f9657e3aee01f7
parent2a0f4d27a4a63ddb3788f3277f20ba15dc709f34
[MINOR] acl: add srv_conn acl to count connections on a
specific backend server

These ACLs are used to check the number of active connections on the specified server in the specified backend.
doc/configuration.txt
include/types/acl.h
src/acl.c
src/backend.c