commit | e365c0b92b87a326b827b6619ee1cbc5d12cc844 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 11 16:06:12 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 11 16:06:12 2013 +0200 |
tree | acfe4515367891661f8df97eaabc06808d5de8d8 | |
parent | 2b57cb8f30208e4d1d003590e141c9bef03bb279 [diff] |
MEDIUM: http: add a new "http-response" ruleset Some actions were clearly missing to process response headers. This patch adds a new "http-response" ruleset which provides the following actions : - allow : stop evaluating http-response rules - deny : stop and reject the response with a 502 - add-header : add a header in log-format mode - set-header : set a header in log-format mode