haproxy/NOTES
willy tarreau 96d4037194 * released 1.1.10
* if a cookie is used in insert+indirect mode, it's desirable that the
  the servers don't see it. It was not possible to remove it correctly
  with regexps, so now it's removed automatically.
2005-12-17 13:11:56 +01:00

22 lines
701 B
Plaintext

1.1.5 -> 1.1.6
* added reqdeny / reqallow rules
* added HTTP 400 and 403 responses
* chain regex in a list
* reply 502 when no server is available
1.1.6 -> 1.1.7
* implement global logging
* have a single log function
* add x-forwarded-for
* log http requests on demand, and destination server name
1.1.7 -> 1.1.8
* full HTTP log with destination server ID, req and resp time.
* source address of outgoing connections
1.1.8 -> 1.1.9
- handle parametrable HTTP health-checks replies
- differentiate http headers and http uris
- support environment variables in config file
- support keep-alive
1.1.9 -> 1.1.10
- automatically remove client cookie in insert+indirect mode