| 3 | | Feature Requests: |
| 4 | | * complex |
| 5 | | - limit read-queue to 64k and use traffic-shaping cap |
| 6 | | - if fastcgi/cgi are not ready ignore incoming FDEVENT_IN for a while |
| 7 | | -> reduce memory usage |
| 8 | | - userdir + suphp |
| 9 | | -> internal config-hash |
| 10 | | - don't strip // from PATHINFO |
| 11 | | - TLS |
| 12 | | |
| 13 | | * moderate |
| 14 | | - errorlog piping |
| 15 | | - gracefull restart |
| 16 | | - mod_accesslog_mysql |
| 17 | | - mod_auth_mysql |
| 18 | | - IPv6 for FastCGI |
| 19 | | - man-page for spawn-fcgi |
| 20 | | - server.base-directory |
| 21 | | |
| 22 | | * simple |
| 23 | | - file-mapping for alias |
| 24 | | - hostnames for remote-FastCGI |
| 25 | | - fix remote-fastcgi on freebsd + kqueue |
| 26 | | - crash FDEVENT_OUT on FreeBSD |
| 27 | | - cgi exec via shell |
| 28 | | - crash in read-post |
| 29 | | - same config option twice -> aaa, aaa |
| 30 | | - remove default port from Host: |
| | 3 | ** NOTE ** |
| | 4 | |
| | 5 | This file is abondend in favour of the NEWS file |
| | 6 | |
| | 7 | ** NOTE ** |
| | 8 | |
| | 9 | |
| | 10 | 15.06.2005 20:10 - 1.3.15 |
| | 11 | - mod_cml, mod_trigger_b4_dl |
| | 12 | |
| | 13 | added both plugins |
| | 14 | |
| | 15 | check http://trac.lighttpd.net/trac/log/branches/lighttpd-1.3.x/ for the |
| | 16 | rest |
| | 17 | |
| | 18 | 15.06.2005 13:59 - 1.3.14 |
| | 19 | - documentation |
| | 20 | |
| | 21 | more fix-ups for mod_fastcgi, configuration and mysql-vhost |
| | 22 | |
| | 23 | - tests |
| | 24 | |
| | 25 | unified test-scripts to use the same framework |
| | 26 | |
| | 27 | 14.06.2005 23:38 |
| | 28 | - documentation |
| | 29 | |
| | 30 | updated docs for mod_proxy and mod_scgi |
| | 31 | |
| | 32 | 12.06.2005 12:55 - pre-release |
| | 33 | - mod_fastcgi |
| | 34 | |
| | 35 | fixed event handling after delayed connect |
| | 36 | |
| | 37 | make retry timeout configurable |
| | 38 | |
| | 39 | removed unused events if we switch to FCGI_STATE_READ |
| | 40 | |
| | 41 | disabled adaptive spawning |
| | 42 | |
| | 43 | - mod_proxy |
| | 44 | |
| | 45 | added hash-based and round-robin balancing |
| | 46 | |
| | 47 | use port 80 is default |
| | 48 | |
| | 49 | fixed errorhandling on connection refused |
| | 50 | |
| | 51 | fixed usage of dead hosts [285] |
| | 52 | |
| | 53 | - mod_cgi |
| | 54 | |
| | 55 | send 500 if the CGI died before we received any data |
| | 56 | |
| | 57 | redirect the stderr of CGI to our errorlog |
| | 58 | |
| | 59 | cleanup cgi-env after we finished our request |
| | 60 | |
| | 61 | - uri-handling |
| | 62 | |
| | 63 | don't replace + to space before the ?query part |
| | 64 | |
| | 65 | accept characters > 127 again |
| | 66 | |
| | 67 | - mod_auth |
| | 68 | |
| | 69 | fixed segfault if debugging is enabled [371] |
| | 70 | |
| | 71 | - mod_scgi |
| | 72 | |
| | 73 | added SCGI support for python + WSGI [381], [382] |
| | 74 | |
| | 75 | - mod_setenv |
| | 76 | |
| | 77 | fixed conditionals for setenv.add-environment [109] |
| | 78 | |
| | 79 | - generic |
| | 80 | |
| | 81 | report an error on duplicate config-keys in configfile [267] |
| | 82 | |
| | 83 | call initgroups to join the groups of the users [239] |
| | 84 | |
| | 85 | fixed automatic redirects if SSL is used |
| | 86 | |
| | 87 | fixed compilation on Solaris [283] |
| | 88 | |
| | 89 | disable accept-filtering on FreeBSD if ssl is used [320] |
| | 90 | |
| | 91 | fixed handling of range-request larger than 2Gb |
| | 92 | |
| | 93 | fixed comparisions of mime-types to case-insensitive [266] |
| | 94 | |
| | 95 | added quotation of ETags [376], [378] |