2005-12-17 12:00:18 +00:00
|
|
|
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
|
* released 1.1.7
* added option forwardfor
* added reqirep, reqidel, reqiallow, reqideny, rspirep, rspidel
* added "log global" in "listen" section.
* added a new "global" section :
- logs
- debug, quiet, daemon modes
- uid, gid, chroot, nbproc, maxconn
* added a TODO file
* updated example files
2005-12-17 12:02:59 +00:00
|
|
|
* 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
|
2005-12-17 12:08:06 +00:00
|
|
|
* full HTTP log with destination server ID, req and resp time.
|
|
|
|
* source address of outgoing connections
|
|
|
|
1.1.8 -> 1.1.9
|
2005-12-17 12:00:18 +00:00
|
|
|
- handle parametrable HTTP health-checks replies
|
|
|
|
- differentiate http headers and http uris
|
2005-12-17 12:08:06 +00:00
|
|
|
- support environment variables in config file
|
* released 1.1.7
* added option forwardfor
* added reqirep, reqidel, reqiallow, reqideny, rspirep, rspidel
* added "log global" in "listen" section.
* added a new "global" section :
- logs
- debug, quiet, daemon modes
- uid, gid, chroot, nbproc, maxconn
* added a TODO file
* updated example files
2005-12-17 12:02:59 +00:00
|
|
|
- support keep-alive
|
2005-12-17 12:11:56 +00:00
|
|
|
1.1.9 -> 1.1.10
|
|
|
|
- automatically remove client cookie in insert+indirect mode
|
2005-12-17 12:08:06 +00:00
|
|
|
|