Hi,
here's a new version with very few changes. It fixes the latest issues
reported in dev16 :
- broken stats page
- add-header emitting a trailing \0
- POST on the stats page segfaulting the process
- interferences between log-format, unique-id and add-header
It also adds a few minor features that were pending for a long time and
some that were missing :
- ability to disable the SSL session cache by setting its size to zero
- support for "http-request redirect" and "http-request tarpit" rules.
I hope it's the last of the year and that it gets rid of all the issues
we introduced since dev12.
Usual links and changelog below :
Site index : http://haproxy.1wt.eu/
Sources : http://haproxy.1wt.eu/download/1.5/src/devel/
Changelog : http://haproxy.1wt.eu/download/1.5/src/CHANGELOG
Cyril's HTML doc :
http://cbonte.github.com/haproxy-dconv/configuration-1.5.html
Changelog from 1.5-dev16 to 1.5-dev17:
- MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL
session cache.
- BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5
- BUG/MINOR: stats: last fix was still wrong
- BUG/MINOR: stats: http-request rules still don't cope with stats
- BUG/MINOR: http: http-request add-header emits a corrupted header
- BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD
- BUG/MINOR: log: make log-format, unique-id-format and add-header more
independant
- BUILD: log: unused variable svid
- CLEANUP: http: rename the misleading http_check_access_rule
- MINOR: http: move redirect rule processing to its own function
- REORG: config: move the http redirect rule parser to proto_http.c
- MEDIUM: http: add support for "http-request redirect" rules
- MEDIUM: http: add support for "http-request tarpit" rule
Willy