]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] New option http_proxy
authorAlexandre Cassen <acassen@freebox.fr>
Thu, 29 Nov 2007 14:43:32 +0000 (15:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 29 Nov 2007 14:43:32 +0000 (15:43 +0100)
commit5eb1a9033a94fc5dc1a47f05cac2e4c9c751024e
tree2541b0d3f6b75f42bcb12711d6b8245ffb04f718
parent3168223a7b33a1d5aad1e11b8f2ad917645d7f27
[MEDIUM] New option http_proxy

Hello,

You will find attached an updated release of previously submitted patch.
It polish some part and extend ACL engine to match IP and PORT parsed in
HTTP request. (and take care of comments made by Willy ! ;))

Best regards,
Alexandre
doc/configuration.txt
examples/option-http_proxy.cfg [new file with mode: 0644]
include/common/standard.h
include/types/proxy.h
src/backend.c
src/cfgparse.c
src/client.c
src/proto_http.c
src/standard.c