[MEDIUM] add support for URI hash depth and length limits
authorMarek Majkowski <majek04@gmail.com>
Sun, 27 Apr 2008 21:25:55 +0000 (23:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Apr 2008 22:43:55 +0000 (00:43 +0200)
commit9c30fc161f2c2b1af10dd41442688077d0afcb21
treee8e812da300428ca5f9d154b52cd74cbfa37349a
parente7dd2f29b9529965c465b19035f42256fd138bdc
[MEDIUM] add support for URI hash depth and length limits

This patch adds two optional arguments "len" and "depth" to
"balance uri". They are used to limit the length in characters
of the analysis, as well as the number of directory components
it applies to.
doc/configuration.txt
include/proto/backend.h
include/types/proxy.h
src/backend.c