commit | fabcbe0de63986c94c3b6c1876eff3f1386497d4 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Thu Apr 24 22:16:59 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 25 18:48:35 2014 +0200 |
tree | cfbb4c2a672fdcc533bd7147227f66313c67d174 | |
parent | 953f74d1b3c95440e15198ff49095835bc689dae [diff] |
MEDIUM: http: ACL and MAP updates through http-(request|response) rules This patch allows manipulation of ACL and MAP content thanks to any information available in a session: source IP address, HTTP request or response header, etc... It's an update "on the fly" of the content of the map/acls. This means it does not resist to reload or restart of HAProxy.