|
|
|
@ -22,13 +22,75 @@ Feature Requests:
|
|
|
|
|
* simple
|
|
|
|
|
- file-mapping for alias
|
|
|
|
|
- hostnames for remote-FastCGI
|
|
|
|
|
- fix remote-fastcgi on freebsd + kqueue
|
|
|
|
|
- crash FDEVENT_OUT on FreeBSD
|
|
|
|
|
- cgi exec via shell
|
|
|
|
|
- crash in read-post
|
|
|
|
|
- same config option twice -> aaa, aaa
|
|
|
|
|
- remove default port from Host:
|
|
|
|
|
|
|
|
|
|
12.06.2005 12:55 - pre-release
|
|
|
|
|
- mod_fastcgi
|
|
|
|
|
|
|
|
|
|
fixed event handling after delayed connect
|
|
|
|
|
|
|
|
|
|
make retry timeout configurable
|
|
|
|
|
|
|
|
|
|
removed unused events if we switch to FCGI_STATE_READ
|
|
|
|
|
|
|
|
|
|
disabled adaptive spawning
|
|
|
|
|
|
|
|
|
|
- mod_proxy
|
|
|
|
|
|
|
|
|
|
added hash-based and round-robin balancing
|
|
|
|
|
|
|
|
|
|
use port 80 is default
|
|
|
|
|
|
|
|
|
|
fixed errorhandling on connection refused
|
|
|
|
|
|
|
|
|
|
fixed usage of dead hosts [285]
|
|
|
|
|
|
|
|
|
|
- mod_cgi
|
|
|
|
|
|
|
|
|
|
send 500 if the CGI died before we received any data
|
|
|
|
|
|
|
|
|
|
redirect the stderr of CGI to our errorlog
|
|
|
|
|
|
|
|
|
|
cleanup cgi-env after we finished our request
|
|
|
|
|
|
|
|
|
|
- uri-handling
|
|
|
|
|
|
|
|
|
|
don't replace + to space before the ?query part
|
|
|
|
|
|
|
|
|
|
accept characters > 127 again
|
|
|
|
|
|
|
|
|
|
- mod_auth
|
|
|
|
|
|
|
|
|
|
fixed segfault if debugging is enabled [371]
|
|
|
|
|
|
|
|
|
|
- mod_scgi
|
|
|
|
|
|
|
|
|
|
added SCGI support for python + WSGI [381], [382]
|
|
|
|
|
|
|
|
|
|
- mod_setenv
|
|
|
|
|
|
|
|
|
|
fixed conditionals for setenv.add-environment [109]
|
|
|
|
|
|
|
|
|
|
- generic
|
|
|
|
|
|
|
|
|
|
report an error on duplicate config-keys in configfile [267]
|
|
|
|
|
|
|
|
|
|
call initgroups to join the groups of the users [239]
|
|
|
|
|
|
|
|
|
|
fixed automatic redirects if SSL is used
|
|
|
|
|
|
|
|
|
|
fixed compilation on Solaris [283]
|
|
|
|
|
|
|
|
|
|
disable accept-filtering on FreeBSD if ssl is used [320]
|
|
|
|
|
|
|
|
|
|
fixed handling of range-request larger than 2Gb
|
|
|
|
|
|
|
|
|
|
fixed comparisions of mime-types to case-insensitive [266]
|
|
|
|
|
|
|
|
|
|
added quotation of ETags [376], [378]
|
|
|
|
|
|
|
|
|
|
06.03.2005 12:22 - 1.3.13
|
|
|
|
|
- mod_accesslog
|
|
|
|
|
|
|
|
|
|