haproxy/include
Willy Tarreau 5c8e3e09e9 [MEDIUM] added the 'block' keyword to the config language
The new 'block' keyword makes it possible to block a request based on
ACL test results. Block accepts two optional arguments : 'if' <cond>
and 'unless' <cond>.

The request will be blocked with a 403 response if the condition is validated
(if) or if it is not (unless). Do not rely on this one too much, as it's more
of a proof of concept helping in developing other matches.
2007-05-08 23:24:51 +02:00
..
common [MINOR] fixed useless memory allocation in str2net() 2007-05-08 23:23:38 +02:00
import [MINOR] removed useless counters from ul2tree_insert() 2007-04-29 13:43:03 +02:00
proto [MAJOR] new framework for generic ACL support 2007-05-08 23:24:50 +02:00
types [MEDIUM] added the 'block' keyword to the config language 2007-05-08 23:24:51 +02:00