blob: ce994f7ff1257f6751333e3a488a89d0e55317bb [file] [log] [blame]
willy tarreaue39cd132005-12-17 13:00:18 +010011.1.5 -> 1.1.6
2 * added reqdeny / reqallow rules
3 * added HTTP 400 and 403 responses
4 * chain regex in a list
5 * reply 502 when no server is available
61.1.6 -> 1.1.7
willy tarreau9fe663a2005-12-17 13:02:59 +01007 * implement global logging
8 * have a single log function
9 * add x-forwarded-for
10 * log http requests on demand, and destination server name
111.1.7 -> 1.1.8
willy tarreaua1598082005-12-17 13:08:06 +010012 * full HTTP log with destination server ID, req and resp time.
13 * source address of outgoing connections
141.1.8 -> 1.1.9
willy tarreaue39cd132005-12-17 13:00:18 +010015 - handle parametrable HTTP health-checks replies
16 - differentiate http headers and http uris
willy tarreaua1598082005-12-17 13:08:06 +010017 - support environment variables in config file
willy tarreau9fe663a2005-12-17 13:02:59 +010018 - support keep-alive
willy tarreaua1598082005-12-17 13:08:06 +010019
20--- Notes about cookie usage ---
21
22Cookie insertion is done at the end of server response.
23Cookie matching is done after header replacement, but before
24header deletion. This means that it's perfectly possible to
25delete an inserted cookie once it has been matched, so that
26the server never knows about it.
27