haproxy/include
Krzysztof Piotr Oledzki 8c8bd4593c [MAJOR] use the new auth framework for http stats
Support the new syntax (http-request allow/deny/auth) in
http stats.

Now it is possible to use the same syntax is the same like in
the frontend/backend http-request access control:
 acl src_nagios src 192.168.66.66
 acl stats_auth_ok http_auth(L1)

 stats http-request allow if src_nagios
 stats http-request allow if stats_auth_ok
 stats http-request auth realm LB

The old syntax is still supported, but now it is emulated
via private acls and an aditional userlist.
2010-01-31 19:14:09 +01:00
..
common [MAJOR] use the new auth framework for http stats 2010-01-31 19:14:09 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MAJOR] use the new auth framework for http stats 2010-01-31 19:14:09 +01:00
types [MAJOR] use the new auth framework for http stats 2010-01-31 19:14:09 +01:00