]> git.kaiwu.me - haproxy.git/commit
MEDIUM: pattern: add the "base" sample fetch method
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Apr 2012 13:39:40 +0000 (15:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2012 17:08:38 +0000 (19:08 +0200)
commita7ad50cdb1056c23602770ef62860c30a6f3a016
treef2cc7ba842dd4474ea95e1980b710733f71ea793
parent6812bcfc94ac1b6ee049a9e90a6cc8e75e63a7f7
MEDIUM: pattern: add the "base" sample fetch method

This one returns the concatenation of the first Host header entry with
the path. It can make content-switching rules easier, help with fighting
DDoS on certain URLs and improve shared caches efficiency.
doc/configuration.txt
src/proto_http.c