2005-02-20 14:27:00 +00:00
|
|
|
|
|
|
|
|
|
====
|
|
|
|
|
NEWS
|
|
|
|
|
====
|
|
|
|
|
|
2008-03-13 15:33:06 +00:00
|
|
|
|
- 1.4.20 -
|
|
|
|
|
|
2008-03-13 15:34:10 +00:00
|
|
|
|
* Fix mod_compress to compile with old gcc version (#1592)
|
2008-03-13 15:34:28 +00:00
|
|
|
|
* Fix mod_extforward to compile with old gcc version (#1591)
|
2008-03-13 15:34:46 +00:00
|
|
|
|
* Update documentation for #1587
|
2008-03-30 15:01:50 +00:00
|
|
|
|
* Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls (CVE-2008-1531)
|
2008-03-26 13:51:33 +00:00
|
|
|
|
* Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
|
2008-03-30 15:01:50 +00:00
|
|
|
|
* Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
|
2008-04-05 20:00:21 +00:00
|
|
|
|
* Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
|
2008-04-10 10:54:27 +00:00
|
|
|
|
* Don't send empty Server headers (#1620)
|
2008-04-23 12:38:32 +00:00
|
|
|
|
* Fix conditional interpretation of core options
|
2008-04-23 13:00:15 +00:00
|
|
|
|
* Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
|
2008-04-23 13:04:21 +00:00
|
|
|
|
* Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
|
2008-04-23 13:08:13 +00:00
|
|
|
|
* Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
|
2008-04-23 13:20:55 +00:00
|
|
|
|
* Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
|
2008-04-23 15:05:50 +00:00
|
|
|
|
* Handle EINTR in mod_cgi during write() (#1640)
|
2008-04-23 19:10:42 +00:00
|
|
|
|
* Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
|
2008-04-23 19:27:12 +00:00
|
|
|
|
* Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
|
2008-04-23 19:54:35 +00:00
|
|
|
|
* Remove lighttpd.spec* from source, fixing all problems with it ;-)
|
2008-04-29 11:03:41 +00:00
|
|
|
|
* Do not rely on PATH_MAX (POSIX does not require it) (#580)
|
2008-04-29 20:59:18 +00:00
|
|
|
|
* Disable logging to access.log if filename is an empty string
|
2008-04-29 20:59:39 +00:00
|
|
|
|
* Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
|
2008-07-14 14:26:20 +00:00
|
|
|
|
* merge spawn-fcgi changes from trunk (from @2191)
|
2008-07-14 15:45:05 +00:00
|
|
|
|
* let spawn-fcgi propagate exit code from spawned fcgi application
|
2008-07-20 12:58:18 +00:00
|
|
|
|
* close connection after redirect in trigger_b4_dl (thx icy)
|
2008-07-20 17:55:14 +00:00
|
|
|
|
* close connection in mod_magnet if returned status code
|
2008-07-28 08:43:19 +00:00
|
|
|
|
* fix bug with IPv6 in mod_evasive (#1579)
|
2008-07-28 08:43:23 +00:00
|
|
|
|
* fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
|
2008-07-29 21:21:34 +00:00
|
|
|
|
* [tests] fixed system, use foreground daemons and waitpid
|
2008-07-29 21:22:13 +00:00
|
|
|
|
* [tests] removed pidfile from test system
|
2008-07-29 21:22:28 +00:00
|
|
|
|
* [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
|
2008-07-30 16:42:14 +00:00
|
|
|
|
* fixed typo in mod_accesslog (#1699)
|
2008-07-30 19:38:32 +00:00
|
|
|
|
* replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
|
2008-07-30 21:16:25 +00:00
|
|
|
|
* case insensitive match for secdownload md5 token (#1710)
|
2008-07-30 21:37:30 +00:00
|
|
|
|
* Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
|
2008-07-31 10:28:18 +00:00
|
|
|
|
* fixed mod_secdownload problem with unsigned time_t (#1688)
|
2008-07-31 10:28:20 +00:00
|
|
|
|
* handle EAGAIN and EINTR for freebsd sendfile (#1675)
|
2008-07-31 10:28:22 +00:00
|
|
|
|
* Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
|
2008-07-31 10:28:24 +00:00
|
|
|
|
* fixed round-robin balancing in mod_proxy (#1715)
|
2008-07-31 20:45:31 +00:00
|
|
|
|
* fixed EINTR handling for waitpid in mod_fastcgi
|
2008-07-31 20:45:36 +00:00
|
|
|
|
* mod_{fast,s}cgi: overwrite environment variables (#1722)
|
2008-08-01 16:13:34 +00:00
|
|
|
|
* inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
2008-08-01 17:54:04 +00:00
|
|
|
|
* fixed url encoding to encode more characters (#266)
|
2008-08-01 18:35:12 +00:00
|
|
|
|
* allow digits in [s]cgi env vars (#1712)
|
2008-08-01 19:29:27 +00:00
|
|
|
|
* fixed dropping last character of evhost pattern (#161)
|
2008-08-01 20:31:43 +00:00
|
|
|
|
* print helpful error message on conditionals in global block (#1550)
|
2008-08-02 16:24:31 +00:00
|
|
|
|
* decode url before matching in mod_rewrite (#1720)
|
2008-08-04 13:58:37 +00:00
|
|
|
|
* fixed conditional patching of ldap filter (#1564)
|
2008-08-12 19:47:49 +00:00
|
|
|
|
* Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
|
2008-08-18 16:21:55 +00:00
|
|
|
|
* fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1"
|
2008-08-19 16:41:36 +00:00
|
|
|
|
* fixed format string bugs in mod_accesslog for SYSLOG
|
2008-08-19 16:41:49 +00:00
|
|
|
|
* replaced fprintf with log_error_write in fastcgi debug
|
2008-08-19 16:42:01 +00:00
|
|
|
|
* fixed mem leak in ssi expression parser (#1753), thx Take5k
|
2008-03-13 15:33:06 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.19 - 2008-03-10
|
2007-09-09 21:31:27 +00:00
|
|
|
|
|
2007-09-09 23:00:53 +00:00
|
|
|
|
* added support for If-Range: <date> (#1346)
|
2007-11-04 17:21:24 +00:00
|
|
|
|
* added support for matching $HTTP["scheme"] in configs
|
2007-11-10 16:12:55 +00:00
|
|
|
|
* fixed initgroups() called after chroot (#1384)
|
2007-11-23 15:23:35 +00:00
|
|
|
|
* fixed case-sensitive check for Auth-Method (#1456)
|
2007-11-12 16:04:13 +00:00
|
|
|
|
* execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
|
2008-01-16 00:26:12 +00:00
|
|
|
|
* fixed a bug that made /-prefixed extensions being handled also when
|
|
|
|
|
matching the end of the uri in fcgi,scgi and proxy modules (#1489)
|
2008-01-16 01:00:32 +00:00
|
|
|
|
* print error if X-LIGHTTPD-send-file cannot be done; reset header
|
2008-02-27 09:35:19 +00:00
|
|
|
|
Content-Length for send-file. Patches by Stefan Buehler
|
2008-01-16 01:00:32 +00:00
|
|
|
|
* prevent crash in certain php-fcgi configurations (#841)
|
2008-01-17 09:54:00 +00:00
|
|
|
|
* add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
|
2008-01-17 12:29:47 +00:00
|
|
|
|
* open log immediately after daemonizing, fixes SIGPIPEs on startup (#165)
|
2008-01-18 09:07:54 +00:00
|
|
|
|
* HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
|
2008-01-18 09:21:07 +00:00
|
|
|
|
* generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
|
2008-01-18 12:50:09 +00:00
|
|
|
|
* support letterhomes in mod_userdir (#1473)
|
2008-01-21 08:21:20 +00:00
|
|
|
|
* support chained proxies in mod_extforward (#1528)
|
2008-01-28 07:02:11 +00:00
|
|
|
|
* fixed bogus "cgi died ?" if we kill the CGI process on shutdown
|
|
|
|
|
* fixed ECONNRESET handling in network-openssl
|
2008-02-10 18:49:39 +00:00
|
|
|
|
* fixed handling of EAGAIN in network-linux-sendfile (#657)
|
2008-02-27 09:35:19 +00:00
|
|
|
|
* reset conditional cache (#1164)
|
|
|
|
|
* create directories in mod_compress (was broken with alias/userdir) (#1027)
|
2008-03-10 15:54:38 +00:00
|
|
|
|
* fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
|
2008-02-27 09:35:19 +00:00
|
|
|
|
* mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
|
|
|
|
|
* remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
|
|
|
|
|
* generate etag/last-modified header for on-the-fly-compressed files (#1171)
|
|
|
|
|
* req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
|
|
|
|
|
* fixed memory leak on windows (#1347)
|
|
|
|
|
* fixed building outside of the src dir (#1349)
|
|
|
|
|
* fixed including of stdint.h/inttypes.h in etag.c (#1413)
|
|
|
|
|
* do not add Accept-Ranges header if range-request is disabled (#1449)
|
|
|
|
|
* log the ip of failed auth tries in error.log (enhancement #1544)
|
|
|
|
|
* fixed RoundRobin in mod_proxy (#516)
|
|
|
|
|
* check for symlinks after successful pathinfo matching (#1574)
|
|
|
|
|
* fixed mod-proxy.t to run with a builddir outside of the src dir
|
2008-02-27 11:10:33 +00:00
|
|
|
|
* do not suppress content on "307 Temporary Redirect" (#1412)
|
2008-02-27 12:15:38 +00:00
|
|
|
|
* fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
|
2008-02-27 18:35:42 +00:00
|
|
|
|
* do not generate a "Content-Length: 0" header for HEAD requests, added test too
|
2008-02-27 19:36:34 +00:00
|
|
|
|
* remove compress cache file if compression or write failed (#1150)
|
2008-02-27 23:42:22 +00:00
|
|
|
|
* fixed body handling of status 300 requests
|
2008-02-28 12:19:34 +00:00
|
|
|
|
* spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
|
2008-03-10 15:54:38 +00:00
|
|
|
|
* fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
|
2008-02-28 22:19:03 +00:00
|
|
|
|
* fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
|
2008-03-01 19:10:47 +00:00
|
|
|
|
* fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
|
2008-03-10 21:28:30 +00:00
|
|
|
|
* workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
|
2008-03-10 19:15:27 +00:00
|
|
|
|
* make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
|
2008-03-10 19:20:27 +00:00
|
|
|
|
* fixed handling of waitpid() == EINTR mod_ssi on solaris
|
2007-09-09 21:31:27 +00:00
|
|
|
|
|
2007-09-09 18:41:20 +00:00
|
|
|
|
- 1.4.18 - 2007-09-09
|
|
|
|
|
|
2007-09-02 19:48:47 +00:00
|
|
|
|
* fixed compile error on IRIX 6.5.x on prctl() (#1333)
|
2007-09-05 10:39:56 +00:00
|
|
|
|
* fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
|
2007-09-05 11:22:32 +00:00
|
|
|
|
* fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
|
2007-09-06 21:19:25 +00:00
|
|
|
|
* fixed hanging redirects with keep-alive due to missing
|
2007-09-06 11:24:20 +00:00
|
|
|
|
"Content-Length: 0" headers
|
2007-09-06 21:19:25 +00:00
|
|
|
|
* fixed crashing when using undefined environment variables in the config
|
2007-09-09 18:41:20 +00:00
|
|
|
|
* fixed compilation of mod_mysql_vhost on irix (#1341)
|
2007-08-29 00:49:56 +00:00
|
|
|
|
|
2007-08-29 00:30:16 +00:00
|
|
|
|
- 1.4.17 - 2007-08-29
|
2007-09-09 18:41:20 +00:00
|
|
|
|
|
2007-08-15 11:16:53 +00:00
|
|
|
|
* added dir-listing.set-footer in mod_dirlisting (#1277)
|
2007-08-21 17:40:03 +00:00
|
|
|
|
* added sending UID and PID for SIGTERM and SIGINT to the logs
|
2007-08-13 11:26:06 +00:00
|
|
|
|
* fixed hardcoded font-sizes in mod_dirlisting (#1267)
|
2007-08-15 09:49:15 +00:00
|
|
|
|
* fixed different ETag length on 32/64 platforms (#1279)
|
2007-08-15 12:12:13 +00:00
|
|
|
|
* fixed compression of files < 128 bytes by disabling compression (#1241)
|
2007-08-17 06:44:03 +00:00
|
|
|
|
* fixed mysql server reconnects (#518)
|
2007-08-17 21:04:20 +00:00
|
|
|
|
* fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
|
|
|
|
|
* fixed crash on mixed EOL sequences in mod_cgi
|
2007-08-17 21:50:05 +00:00
|
|
|
|
* fixed key compare (#1287)
|
|
|
|
|
* fixed invalid char in header values (#1286)
|
|
|
|
|
* fixed invalid "304 Not Modified" on broken timestamps
|
2007-08-17 22:18:18 +00:00
|
|
|
|
* fixed endless loop on shrinked files with sendfile() on BSD (#1289)
|
2007-08-17 23:35:26 +00:00
|
|
|
|
* fixed counter overrun in ?auto in mod_status (#909)
|
2007-08-18 09:44:08 +00:00
|
|
|
|
* fixed too aggresive caching of nested conditionals (#41)
|
|
|
|
|
* fixed possible overflow in unix-socket path checks on BSD (#713)
|
2007-08-18 10:40:20 +00:00
|
|
|
|
* fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
|
2007-08-18 11:14:12 +00:00
|
|
|
|
* fixed handling of duplicate If-Modified-Since to return 304
|
2007-08-18 11:35:27 +00:00
|
|
|
|
* fixed extracting status code from NPH scripts (#1125)
|
2007-08-21 23:35:08 +00:00
|
|
|
|
* fixed prctl() usage (#1310)
|
2007-08-17 23:19:17 +00:00
|
|
|
|
* removed config-check if passwd files exist (#1188)
|
2007-08-27 21:56:14 +00:00
|
|
|
|
* fixed crash when etags are disabled but the client sends one (#1322)
|
2007-08-28 22:39:30 +00:00
|
|
|
|
* fixed crash when freeing the config in mod_alias
|
2007-08-29 00:30:16 +00:00
|
|
|
|
* fixed server.error-handler-404 breakage from 1.4.16 (#1270)
|
|
|
|
|
* fixed entering 404-handler from dynamic content (#948)
|
|
|
|
|
* added more debug infos for FAM based stat-cache
|
|
|
|
|
* use more LSB like paths in the sample config (#1242)
|
2007-08-13 11:26:06 +00:00
|
|
|
|
|
2007-08-29 00:30:16 +00:00
|
|
|
|
- 1.4.16 - 2007-07-25
|
2007-06-15 15:04:56 +00:00
|
|
|
|
|
2007-06-15 15:51:16 +00:00
|
|
|
|
* added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
|
|
|
|
|
to customize the generation of ETags for static files. (#1209)
|
|
|
|
|
(patch by <Yusufg@gmail.com>)
|
2007-06-15 15:04:56 +00:00
|
|
|
|
* fixed typecast of NULL on execl() (#1235)
|
2007-06-15 15:51:16 +00:00
|
|
|
|
(patch by F. Denis)
|
2007-06-15 15:04:56 +00:00
|
|
|
|
* fixed circumventing url.access-deny by trailing slash (#1230)
|
|
|
|
|
* fixed crash on duplicate headers with trailing WS (#1232)
|
2007-06-15 15:30:34 +00:00
|
|
|
|
* fixed accepting more connections then requested (#1216)
|
2007-06-15 16:22:30 +00:00
|
|
|
|
* fixed mem-leak in mod_auth (reported by Stefan Esser)
|
|
|
|
|
* fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
|
|
|
|
|
* fixed missing check for base64 encoded string in mod_auth and Basic auth
|
|
|
|
|
(reported by Stefan Esser)
|
|
|
|
|
* fixed possible crash in Auth-Digest header parser on trailing WS in
|
|
|
|
|
mod_auth (reported by Stefan Esser)
|
2007-07-02 15:07:27 +00:00
|
|
|
|
* fixed check on stale errno values, which broke handling of broken fastcgi
|
|
|
|
|
applications. (#1245)
|
2007-07-17 18:02:33 +00:00
|
|
|
|
* fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi
|
|
|
|
|
and mod_webdav (#1263)
|
2007-06-15 15:04:56 +00:00
|
|
|
|
|
2007-04-13 20:47:40 +00:00
|
|
|
|
- 1.4.15 - 2007-04-13
|
2007-04-13 20:41:14 +00:00
|
|
|
|
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed broken Set-Cookie headers
|
2007-04-13 20:41:14 +00:00
|
|
|
|
|
2007-04-13 15:24:09 +00:00
|
|
|
|
- 1.4.14 - 2007-04-13
|
|
|
|
|
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* fix crash if gethostbyaddr() failed on redirect [1718]
|
|
|
|
|
* properly handle 206 responses generated by *cgi scripts. (#755) [1716]
|
|
|
|
|
* added HTTPS=on to the environment of cgi scripts (#861) [1684]
|
|
|
|
|
* fix handling of 303 (#1045) [1678]
|
|
|
|
|
* made the configure check for lua more portable [1677]
|
2007-02-19 21:11:02 +00:00
|
|
|
|
* added mod_extforward module [1665]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* references to the fam stat cache engine should be conditional (#1039) [1664]
|
|
|
|
|
* fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* ignore empty packets from STDERR stream. #998
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
|
2007-04-13 15:24:09 +00:00
|
|
|
|
CVE-2007-1870
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* allow empty passwords with ldap (J<>rg Sonnenberger) [1516]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* mod_scgi.c segfault fix #964 [1501]
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* Added round-robin support to mod_fastcgi [1500]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* Handle DragonFlyBSD the same way as Freebsd (J<>rg Sonnenberger) [1492,1676]
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* added now and weeks support to mod_expire. #943
|
2007-04-13 15:24:09 +00:00
|
|
|
|
* fix cpu hog in certain requests [1473] CVE-2007-1869
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* fix for handling hostnames with trailing dot [1406]
|
2007-04-09 18:57:04 +00:00
|
|
|
|
* fixed header-injection via server.tag (#1106)
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* disabled caching of files without a content-type to solve the
|
2007-04-09 18:41:42 +00:00
|
|
|
|
aggressive caching of FF
|
2007-04-09 18:57:04 +00:00
|
|
|
|
* remove trailing white-spaces from HTTP-requests before parsing (#1098)
|
2007-04-09 19:20:29 +00:00
|
|
|
|
* fixed accesslog.use-syslog in a conditional and the caching of the
|
|
|
|
|
accesslog for files (fixes #1064)
|
2007-04-09 19:58:57 +00:00
|
|
|
|
* fixed various crashes at startup on broken accesslog.format strings (#1000)
|
2007-04-09 20:22:41 +00:00
|
|
|
|
* fixed handling of %% in accesslog.format
|
|
|
|
|
* fixed conditional dir-listing.exclude (#930)
|
2007-04-09 20:27:19 +00:00
|
|
|
|
* reduced default PATH_MAX to 255 (#826)
|
2007-04-10 07:52:58 +00:00
|
|
|
|
* ECONNABORTED is not known on cygwin (#863)
|
|
|
|
|
* fixed crash on url.redirect and url.rewrite if %0 is used in a global context
|
|
|
|
|
(#800)
|
2007-04-10 08:47:30 +00:00
|
|
|
|
* fixed possible crash in debug-message in mod_extforward
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed compilation of mod_extforward on glibc < 2.3.4
|
2007-04-10 11:44:03 +00:00
|
|
|
|
* fixed include of empty in the configfiles (#1076)
|
2007-04-10 16:15:21 +00:00
|
|
|
|
* send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
|
|
|
|
|
* fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
|
|
|
|
|
* fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
|
2007-04-13 15:24:09 +00:00
|
|
|
|
* added kill-signal as another setting for fastcgi backends. See the wiki for more.
|
2007-04-09 19:20:29 +00:00
|
|
|
|
|
2006-10-09 21:33:23 +00:00
|
|
|
|
- 1.4.13 - 2006-10-09
|
2006-10-04 08:00:09 +00:00
|
|
|
|
|
|
|
|
|
* added initgroups in spawn-fcgi (#871)
|
|
|
|
|
* added apr1 support htpasswd in mod-auth (#870)
|
2006-10-07 17:35:24 +00:00
|
|
|
|
* added lighty.stat() to mod_magnet
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed segfault in splitted CRLF CRLF sequences
|
|
|
|
|
(introduced in 1.4.12) (#876)
|
2006-10-04 08:00:09 +00:00
|
|
|
|
* fixed compilation of LOCK support in mod-webdav
|
|
|
|
|
* fixed fragments in request-URLs (#869)
|
|
|
|
|
* fixed pkg-config check for lua5.1 on debian
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed Content-Length = 0 on HEAD requests without
|
2006-10-07 17:35:24 +00:00
|
|
|
|
a known Content-Length (#119)
|
|
|
|
|
* fixed mkdir() forcing 0700 (#884)
|
|
|
|
|
* fixed writev() on FreeBSD 4.x and older (#875)
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* removed warning about a 404-error-handler
|
2006-10-07 17:35:24 +00:00
|
|
|
|
returned 404
|
2006-10-09 21:36:29 +00:00
|
|
|
|
* backported and fixed the buildsystem changes for
|
|
|
|
|
webdav locks
|
|
|
|
|
* fixed plugin loading so we can finally load lua
|
|
|
|
|
extensions in mod_magnet scripts
|
2006-10-09 21:33:23 +00:00
|
|
|
|
* fixed large uploads if xattr is enabled
|
2006-10-04 08:00:09 +00:00
|
|
|
|
|
2006-09-23 12:15:19 +00:00
|
|
|
|
- 1.4.12 - 2006-09-23
|
2006-09-07 10:32:13 +00:00
|
|
|
|
|
|
|
|
|
* added experimental LOCK support for webdav
|
|
|
|
|
* added Content-Range support for PUT in webdav
|
|
|
|
|
* added support for += on empty arrays in config-files
|
|
|
|
|
* added ssl.cipher-list and ssl.use-sslv2
|
2006-09-07 11:05:41 +00:00
|
|
|
|
* added $HTTP["querystring"] conditional
|
2006-09-15 13:33:45 +00:00
|
|
|
|
* added mod_magnet as long-term replacement for mod_cml
|
2006-09-20 14:49:44 +00:00
|
|
|
|
* added work-around for a Opera Bug with SSL + Chunked-Encoding
|
|
|
|
|
* changed --print-config to print to stdout instead of stderr
|
2006-09-22 07:32:12 +00:00
|
|
|
|
* changed no longer use 0600 for new files with webdav. umask is
|
|
|
|
|
honored. Make sure you have set a proper umask.
|
2006-09-07 10:32:13 +00:00
|
|
|
|
* fixed upload hangs with SSL
|
|
|
|
|
* fixed connection drops with SSL (aka bad retry)
|
|
|
|
|
* fixed path traversal with \ on cygwin
|
|
|
|
|
* fixed mem-leak in mod_flv_streaming
|
|
|
|
|
* fixed required trailing newline in configfiles (#142)
|
|
|
|
|
* fixed quoting the autoconf files (#466)
|
|
|
|
|
* fixed empty Host: + $HTTP["host"] handling (#458)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed handling of If-Modified-Since if ETag is not set
|
2006-09-07 10:32:13 +00:00
|
|
|
|
* fixed default-shell if SHELL is not set (#441)
|
|
|
|
|
* fixed appending and assigning of env.* vars
|
|
|
|
|
* fixed empty FCGI_STDERR packets
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed conditional server.allow-http-11
|
2006-09-07 11:05:41 +00:00
|
|
|
|
* fixed handling of follow-symlink + lstat()
|
2006-09-15 12:02:05 +00:00
|
|
|
|
* fixed SIGHUP handling if max-workers is used
|
2006-09-16 11:28:28 +00:00
|
|
|
|
* fixed "Software caused connection abort" messages on FreeBSD
|
2006-09-07 10:32:13 +00:00
|
|
|
|
|
2006-03-09 17:34:51 +00:00
|
|
|
|
- 1.4.11 - 2006-03-09
|
2006-03-09 00:10:07 +00:00
|
|
|
|
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added ability to specify which ip address spawn-fci listens on
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(agkr/at/pobox.com)
|
2006-03-09 00:10:07 +00:00
|
|
|
|
* added mod_flv_streaming to streaming Flash Movies efficiently
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed handling of error codes returned by mod_dav_svn behing a
|
2006-03-09 17:34:51 +00:00
|
|
|
|
mod_proxy
|
2006-03-09 00:10:07 +00:00
|
|
|
|
* fixed error-messages in mod_auth and mod_fastcgi
|
|
|
|
|
* fixed re-enabling overloaded local fastcgi backends
|
|
|
|
|
* fixed handling of deleted files in linux-sendfile
|
|
|
|
|
* fixed compilation on BSD and MacOSX
|
2006-03-09 17:34:51 +00:00
|
|
|
|
* fixed $SERVER["socket"] on a already bound socket
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed local source retrieval on windows
|
2006-03-09 00:10:07 +00:00
|
|
|
|
(secunia)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed hanging cgi if remote side is dieing while reading
|
2007-03-07 19:36:25 +00:00
|
|
|
|
from the pipe (sandy/at/meebo.com)
|
2006-03-09 00:10:07 +00:00
|
|
|
|
|
2006-02-14 16:10:54 +00:00
|
|
|
|
- 1.4.10 - 2006-02-08
|
2006-02-01 11:37:05 +00:00
|
|
|
|
|
2006-02-03 17:23:06 +00:00
|
|
|
|
* added docs for mod_dirlisting
|
2006-02-01 11:37:05 +00:00
|
|
|
|
* added fastcgi.map-extensions to mod_fastcgi
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed load balancing for mod_fastcgi
|
2006-02-01 11:37:05 +00:00
|
|
|
|
* fixed extra newline for syslog() in mod_accesslog
|
|
|
|
|
* fixed user-track cookie for IE in mod_usertrack
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed crash in digest handling in mod_auth
|
2006-02-08 13:14:51 +00:00
|
|
|
|
* fixed handling of 301 response-bodies from a mod_proxy backend
|
|
|
|
|
* fixed loading of base modules if server.modules is not set
|
|
|
|
|
* fixed broken cgi if mod_scgi is loaded
|
2006-02-01 11:37:05 +00:00
|
|
|
|
|
2006-01-14 18:39:00 +00:00
|
|
|
|
- 1.4.9 - 2006-01-14
|
2005-12-15 14:30:46 +00:00
|
|
|
|
|
2007-03-07 19:36:25 +00:00
|
|
|
|
* added server.core-files option (sandy <sandy/at/meebo.com>)
|
2005-12-20 14:02:44 +00:00
|
|
|
|
* added docs for mod_status
|
2007-03-07 19:36:25 +00:00
|
|
|
|
* added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
|
2006-01-03 13:59:46 +00:00
|
|
|
|
* added the power-magnet to mod_cml
|
2006-01-04 23:31:32 +00:00
|
|
|
|
* added internal statistics to mod_fastcgi
|
|
|
|
|
* added server.statistics-url to get internal statistics from mod_status
|
|
|
|
|
* added support for conditional range-requests through If-Range
|
|
|
|
|
* added static building via scons
|
2007-03-07 19:36:25 +00:00
|
|
|
|
* fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)
|
|
|
|
|
* fixed handling for secure-download.timeout (jamis/at/37signals.com)
|
|
|
|
|
* fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net)
|
|
|
|
|
* fixed typos and language in the docs (ryan-2005/at/ryandesign.com)
|
|
|
|
|
* fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
|
2006-01-03 13:59:46 +00:00
|
|
|
|
* fixed handling if equal but duplicate If-Modified-Since request headers
|
2006-01-04 23:31:32 +00:00
|
|
|
|
* fixed endless loops in mod_fastcgi if backend is dead
|
|
|
|
|
* fixed Depth: 1 handling in PROPFIND requests on empty dirs
|
2007-03-07 19:36:25 +00:00
|
|
|
|
* fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper/at/iki.fi>)
|
2006-01-14 18:39:00 +00:00
|
|
|
|
* fixed initial bind to a unix-domain socket through server.bind
|
|
|
|
|
* fixed handling of lowercase filesystems
|
|
|
|
|
* fixed duplicate request headers cause by mod_setenv
|
2005-12-15 14:30:46 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.8 - 2005-11-23
|
2005-11-07 09:54:36 +00:00
|
|
|
|
|
|
|
|
|
* added auto-reconnect to ldap-server in mod_auth
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(joerg/at/netbsd.org)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* changed auth.ldap-cafile to be optional
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(joerg/at/netbsd.org)
|
2005-11-11 12:43:56 +00:00
|
|
|
|
* added strip_request_uri in mod_fastcgi
|
2005-11-18 13:29:05 +00:00
|
|
|
|
* added more X-* headers to mod_proxy
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(Ben Grimm <bengrimm/at/gmail.com>)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added 'debug' to simple-vhost to suppress the
|
2005-11-18 13:29:05 +00:00
|
|
|
|
(mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
|
|
|
|
|
messages by default
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added support to let the server listen on UNIX-socket
|
2005-11-11 12:43:56 +00:00
|
|
|
|
* changed default stat-cache-engine to 'simple'
|
2005-11-07 09:54:36 +00:00
|
|
|
|
* removed debian/ dir from source package on request by packager
|
|
|
|
|
* fixed max-age timestamps in mod_expire
|
2005-11-11 12:43:56 +00:00
|
|
|
|
* fixed encoding the filenames in PROPFIND in mod_webdav
|
|
|
|
|
* fixed range request handling in network_writev
|
|
|
|
|
* fixed retry on connect error in mod_fastcgi
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(Robert G. Jakabosky <bobby/at/alphatrade.com>)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed possible crash in mod_webdav if sqlite3 support
|
2005-11-11 12:43:56 +00:00
|
|
|
|
is available but not use
|
2005-11-15 09:30:46 +00:00
|
|
|
|
* fixed fdvent-handler init if server.max-worker was used
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(Siddharth Vijayakrishnan <mail/at/bluefireworks.net>)
|
2005-11-17 14:39:49 +00:00
|
|
|
|
* fixed missing cleanup in mysql_vhost
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed assert() in "connections.c:962:
|
2005-12-15 14:30:46 +00:00
|
|
|
|
connection_handle_read_state: Assertion 'c->mem->used' failed."
|
2005-11-17 14:39:49 +00:00
|
|
|
|
* fixed 64bit issue in md5
|
2005-11-18 13:29:05 +00:00
|
|
|
|
* fixed crash in mod_status
|
|
|
|
|
* fixed duplicate headers in mod_proxy
|
|
|
|
|
* fixed Content-Length in HEAD request in mod_proxy
|
|
|
|
|
* fixed unsigned/signed comparisions
|
2005-11-20 09:28:51 +00:00
|
|
|
|
* fixed streaming in mod_cgi
|
2005-12-15 14:30:46 +00:00
|
|
|
|
* fixed possible overflow in password-salt handling
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(reported on slashdot by james-web/at/and.org)
|
2005-12-15 14:30:46 +00:00
|
|
|
|
* fixed server-traffic-limit if connection limit is not set
|
2005-11-07 09:54:36 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.7 - 2005-11-02
|
2005-10-31 09:10:31 +00:00
|
|
|
|
|
|
|
|
|
* added FD_CLOEXEC to fds which are kept open for a longer time
|
|
|
|
|
* added smaller, moving mmaped windows to network_writev
|
|
|
|
|
* added madvise() to instruct the kernel the do proper read-ahead in network_writev
|
|
|
|
|
* added support for %I in mod_accesslog
|
|
|
|
|
* added better compat to Apache for ?auto in mod_status
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added support for userdirs without a entry in /etc/passwd in mod_userdir
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(rob/at/inversepath.com)
|
2005-10-31 15:34:00 +00:00
|
|
|
|
* added startup-time selectable network-backend
|
2005-11-01 07:50:08 +00:00
|
|
|
|
* added location of upload-files to config as array
|
2005-11-01 08:56:31 +00:00
|
|
|
|
* added webdav.log-xml for logging xml-content in mod_webdav
|
2005-11-07 09:54:36 +00:00
|
|
|
|
* added Cache-Control: max-age to mod_expire
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* workaround missing client-bug by assuming we received a close-notify on
|
2005-10-31 09:10:31 +00:00
|
|
|
|
non-keep-alive requests in SSL request
|
|
|
|
|
* disabled kerberos5 support by default to fix compilation on RHEL
|
|
|
|
|
* fixed order of library checks to fix compilation on Solaris 9
|
|
|
|
|
* fixed open file-descriptors on read-error
|
|
|
|
|
* fixed crash if /var/tmp is not writable
|
|
|
|
|
|
2005-10-09 20:49:43 +00:00
|
|
|
|
- 1.4.6 - 2005-10-09
|
|
|
|
|
|
|
|
|
|
* fixed compilation on MacOS X and cygwin
|
|
|
|
|
* fixed compressed output if caching was disabled (seen in IE and Opera)
|
|
|
|
|
* fixed range-request option
|
|
|
|
|
* fixed mysql-vhost module (was broken in 1.4.5)
|
|
|
|
|
* fixed false positive in the detection of case-insensitive FS
|
|
|
|
|
|
2005-10-02 21:52:33 +00:00
|
|
|
|
- 1.4.5 - 2005-10-02
|
2005-09-30 08:54:41 +00:00
|
|
|
|
|
|
|
|
|
* added all DeltaV methods as known methods
|
|
|
|
|
* added buffer-to-disk of request content
|
|
|
|
|
* added warning for unused variables in conditionals
|
|
|
|
|
* added global index-generators to mod_indexfile
|
|
|
|
|
* fixed caching for remote-ip conditionals with keep-alive
|
|
|
|
|
* fixed redirects with content
|
|
|
|
|
* fixed infinite loop in exec-cmd in mod_ssi
|
|
|
|
|
* fixed segfault in config handling for mod_mysql_vhost
|
|
|
|
|
* fixed segfault on FIFOs/Sockets
|
|
|
|
|
* fixed possible crash on uninit memory if If-Modified-Since was too long
|
|
|
|
|
* fixed accounting of mem-chunks
|
|
|
|
|
* fixed starving of connections on high load
|
|
|
|
|
* fixed crc errors in mod_compress on 64bit platforms
|
|
|
|
|
* fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
|
|
|
|
|
* fixed logic of conditionals if a header was not set
|
|
|
|
|
* fixed a segfault in mod_rewrite if %1 references were used
|
2005-10-02 21:52:33 +00:00
|
|
|
|
* fixed handling of empty request URIs in HTTP requests
|
2005-09-30 08:54:41 +00:00
|
|
|
|
|
2005-09-16 12:45:15 +00:00
|
|
|
|
- 1.4.4 - 2005-09-16
|
2005-09-14 16:59:51 +00:00
|
|
|
|
* added support for %V in mod_accesslog
|
|
|
|
|
* added a option for a FastCGI responser to send static files
|
2005-09-16 12:45:15 +00:00
|
|
|
|
* added md5 and blowfish hashes to htpasswd
|
2005-09-14 16:59:51 +00:00
|
|
|
|
* fixed METHOD in mod_accesslog of WebDAV methods
|
|
|
|
|
* fixed check for permission before files in sent
|
|
|
|
|
* fixed mod-proxy and content for non-POST requests
|
|
|
|
|
* fixed compilation of mod_cml on MacOS X
|
|
|
|
|
* fixed SSL errmsg after accept()
|
|
|
|
|
* fixed memleak in stat-cache
|
|
|
|
|
* fixed aborted connections if file was moved while in transfer
|
|
|
|
|
* fixed mem-usage for large FastCGI transfers
|
|
|
|
|
|
|
|
|
|
- 1.4.3 - 2005-09-01
|
2005-09-01 08:42:25 +00:00
|
|
|
|
|
|
|
|
|
* added gracefull shutdown
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added server.max-connections
|
2005-09-01 08:42:25 +00:00
|
|
|
|
* fixed compilation on all BSD platforms
|
|
|
|
|
* fixed init of kqueue and /dev/poll after daemonize
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed segfault if select() is event-handler and more than FD_SETSIZE
|
2005-09-01 08:42:25 +00:00
|
|
|
|
fds are opened
|
|
|
|
|
* fixed compilation of mod_cml
|
|
|
|
|
* fixed bin-copy-env in mod_fastcgi
|
|
|
|
|
|
2005-08-29 12:33:50 +00:00
|
|
|
|
- 1.4.2 - 2005-08-29
|
2005-08-27 16:35:57 +00:00
|
|
|
|
|
|
|
|
|
* fixed mimetype detection on uppercase extensions
|
2005-08-29 12:33:50 +00:00
|
|
|
|
* fixed memleak in stat-cache
|
|
|
|
|
* fixed infinite loop in mod_cgi
|
|
|
|
|
* fixed alignment crashes on sparc64 and alpha64
|
|
|
|
|
* fixed test system for gentoo ebuild
|
|
|
|
|
* fixed infinite loop in SSL
|
|
|
|
|
* fixed range request for files > 2Gb
|
2005-08-27 16:35:57 +00:00
|
|
|
|
|
2005-08-22 10:56:28 +00:00
|
|
|
|
- 1.4.1 - 2005-08-22
|
|
|
|
|
|
|
|
|
|
* added a complete Class 1 complient mod_webdav
|
|
|
|
|
* fixed ssl support (especially on OpenBSD)
|
|
|
|
|
* fixed response header in body problem in mod_cgi
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed numbers before body problem
|
2005-08-22 10:56:28 +00:00
|
|
|
|
* fixed compilation on Solaris and FreeBSD
|
|
|
|
|
* fixed conditional options in mod_dirlisting
|
|
|
|
|
* fixed segfault in mod_dirlisting for NFS directories
|
2005-08-22 12:28:36 +00:00
|
|
|
|
* fixed check for docroot in change-root environments
|
2005-08-22 10:56:28 +00:00
|
|
|
|
|
2006-10-04 13:26:23 +00:00
|
|
|
|
- 1.4.0 - 2005-08-17
|
2005-08-17 10:05:03 +00:00
|
|
|
|
|
|
|
|
|
* added nested conditionals
|
|
|
|
|
* added remote-ip to $HTTP
|
|
|
|
|
* added support for stat-cache via FAM
|
2005-08-19 11:14:42 +00:00
|
|
|
|
* added a read-only WebDAV module
|
2005-08-17 10:05:03 +00:00
|
|
|
|
* fixed cleanup in mod_proxy and mod_fastcgi
|
|
|
|
|
* fixed handling of filenames on case-insensitive filesystems
|
|
|
|
|
|
2005-07-31 13:24:34 +00:00
|
|
|
|
- 1.3.16 - 2005-07-31
|
|
|
|
|
|
|
|
|
|
* added Date: headers to dynamic HTTP/1.0 requests
|
|
|
|
|
* added support for OPTION * HTTP/1.1
|
|
|
|
|
* added support for accesslog to syslog
|
|
|
|
|
* added support for PATH_INFO guessing if check-local is disabled in
|
|
|
|
|
mod_fastcgi
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added switch to disable range-requests
|
2005-07-31 13:24:34 +00:00
|
|
|
|
* added valid-user option for mod_auth (tigger at gentoo.org)
|
|
|
|
|
* added JavaScript based sorting to mod_status (erik)
|
|
|
|
|
* added selective TCP_CORK (Christian von Roques)
|
|
|
|
|
* break up endless loops with Status: 500
|
|
|
|
|
* fixed endless loops in mod_rewrite
|
|
|
|
|
* mapped url.rewrite and url.rewrite-final to uri.rewrite-once
|
|
|
|
|
* fixed compilation for mod_trigger_b4_dl
|
|
|
|
|
* fixed 'can't reach host' in mod_proxy
|
|
|
|
|
* error-handler-404 defaults to Status: 200 and static files work now
|
|
|
|
|
|
2005-07-15 18:11:57 +00:00
|
|
|
|
- 1.3.15 - 2005-07-15
|
|
|
|
|
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added mod_cml
|
2005-07-15 18:11:57 +00:00
|
|
|
|
* added mod_trigger_b4_dl
|
|
|
|
|
* added encoding to mod_dirlisting
|
|
|
|
|
* added ?auto to mod_status
|
|
|
|
|
* relaxed handling of characters in URIs even more
|
|
|
|
|
* fixed detection of sendfile() on Linux 2.4.x
|
|
|
|
|
* fixed comparision of buffers for short strings
|
|
|
|
|
* server.errorfile-prefix is now conditional
|
|
|
|
|
* fixed mod_rrdtool to close STDERR
|
|
|
|
|
|
|
|
|
|
- 1.3.14 - 2005-06-15
|
2005-06-12 11:01:07 +00:00
|
|
|
|
|
|
|
|
|
* added SCGI support via mod_scgi
|
|
|
|
|
* added hash-based and round-robin load balancing to mod_proxy
|
|
|
|
|
* fixed range requests larger than 2Gb
|
|
|
|
|
* fixed compilation on Solaris
|
|
|
|
|
* fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
|
|
|
|
|
* fixed handling of URIs for '+' and characters > 127
|
|
|
|
|
|
2005-03-06 11:56:14 +00:00
|
|
|
|
- 1.3.13 - 2005-03-06
|
|
|
|
|
|
|
|
|
|
* added customizable directory listings
|
|
|
|
|
* fixed compile error on all BSD unixes
|
|
|
|
|
* fixed PATHINFO handling for FastCGI
|
|
|
|
|
* fixed handling of remote-close on FreeBSD and OpenSSL
|
|
|
|
|
|
2005-03-01 23:28:52 +00:00
|
|
|
|
- 1.3.12 - 2005-03-02
|
|
|
|
|
|
|
|
|
|
* added ssl.ca-file
|
|
|
|
|
* added support for \n\n as terminator
|
|
|
|
|
* rewrote test-framework and added more tests
|
|
|
|
|
* fixed cgi.assign with empty handler
|
|
|
|
|
* fixed segfault in debug-code
|
|
|
|
|
* fixed mod_expire if modification-timestamps are used
|
|
|
|
|
* fixed segfault on duplication Host-headers
|
2005-03-02 13:49:08 +00:00
|
|
|
|
* fixed endless loop in mod_fastcgi
|
|
|
|
|
* fixed handling of dead fastcgi-processes
|
2005-03-01 23:28:52 +00:00
|
|
|
|
|
2005-02-20 16:15:41 +00:00
|
|
|
|
- 1.3.11 - 2005-02-20
|
|
|
|
|
|
|
|
|
|
* added REMOTE_PORT and SERVER_ADDR to CGI-env
|
|
|
|
|
* relaxed handling of newlines before keep-alive requests
|
|
|
|
|
* relaxed uri-parser again
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed PHP_SELF for php
|
2005-02-20 16:15:41 +00:00
|
|
|
|
* fixed compilation on MacOS X
|
|
|
|
|
* fixed handling of EPIPE and ECONNRESET
|
|
|
|
|
* fixed crash in mod_auth if config-options are missing
|
|
|
|
|
* fixed handling of missing trailing / in mod_userdir
|
|
|
|
|
* fixed conditional secdownload.secret
|
|
|
|
|
* fixed REPORT ME error due to failed reconnects in mod_fastcgi
|
|
|
|
|
* fixed cmdline handling in mod_fastcgi
|
|
|
|
|
|
2005-02-20 14:27:00 +00:00
|
|
|
|
- 1.3.10 - 2005-02-06
|
|
|
|
|
|
|
|
|
|
* added support for full commandline in spawn-fcgi
|
|
|
|
|
* fixed missing check for IP-address in mod_fastcgi
|
|
|
|
|
* fixed compile error with openssl in mod_fastcgi
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* removed a debug-message from network-functions
|
2005-02-20 14:27:00 +00:00
|
|
|
|
|
|
|
|
|
- 1.3.9 - 2005-02-06
|
|
|
|
|
|
|
|
|
|
* added a stricter URI parser
|
|
|
|
|
* added a check to the CGI spawner if the cgi-handler exists
|
|
|
|
|
* added documentation for SSL and mod_status
|
|
|
|
|
* added handling of startup environment to FastCGI
|
|
|
|
|
* improved performance in FastCGI in buildind the FastCGI header
|
|
|
|
|
* fixed min-procs and max-procs in FastCGI on PowerPC
|
|
|
|
|
* fixed crash in setenv.add-response-header
|
|
|
|
|
* fixed handling of nph-scripts in CGI
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed accidently sending out physical file in CGI on error
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* fixed cygwin support
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed handling of missing files
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* fixed HEAD requests for dynamic requests
|
|
|
|
|
|
|
|
|
|
- 1.3.8 - 2005-01-30
|
|
|
|
|
|
|
|
|
|
* added traffic shaping by remote host and virtual server
|
|
|
|
|
* added auto-spawning of FastCGI process on demand
|
|
|
|
|
* added virtual host based on MySQL
|
|
|
|
|
* added mod_setenv to add envirnoment and http headers on the fly
|
|
|
|
|
* added support for syslog in mod_accesslog
|
|
|
|
|
* improved output of mod_status
|
|
|
|
|
* improved debug output in request handling
|
|
|
|
|
* fixed build problems on netbsd 1.4.x and 1.5.x
|
|
|
|
|
* fixed status.url configuration
|
|
|
|
|
* fixed handling of != and !~ in configutation
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed special cases in keep-alive handling
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* fixed timeout handling in handling POST requests
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed mode AUTHORIZER in FastCGI
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* fixed handling if internal redirects if no Host: is supplied
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed mod_alias + pathinfo
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* fixed directory indexes and permissions
|
|
|
|
|
* enabled sending errorlog to syslog again
|
|
|
|
|
|
|
|
|
|
- 1.3.7 - 2004-12-11
|
|
|
|
|
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added retries for a fastcgi connect if a php-childs
|
2005-02-20 14:27:00 +00:00
|
|
|
|
dies at startup
|
|
|
|
|
* update the debian directory
|
|
|
|
|
* added setgroups() to drop all group-privs
|
|
|
|
|
* added native port to windows via mingw32
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added server.tag = '...'
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* added support for ${...} in mod_ssi
|
|
|
|
|
* ported all plugins to conditional support
|
|
|
|
|
* fixed multipart handling in cgi
|
|
|
|
|
* fixed kqueue event-handler
|
|
|
|
|
* fixed wrap-around in mod_status
|
|
|
|
|
* fixed crash with SSL + FastCGI
|
|
|
|
|
* fixed detection of SSL headers
|
|
|
|
|
* fixed handling of dangling SSL_shutdown
|
|
|
|
|
* fixed detection of keep-alive of Firefox
|
|
|
|
|
|
|
|
|
|
- 1.3.6 - 2004-11-03
|
|
|
|
|
|
|
|
|
|
* added spawn-fcgi to the distribution
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added support in fastcgi module to spawn fastcgi
|
2005-02-20 14:27:00 +00:00
|
|
|
|
processes itself
|
|
|
|
|
* fixed logfile cycling if external logging is used
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed connection handling in fastcgi if no chunk
|
2005-02-20 14:27:00 +00:00
|
|
|
|
encoding is used
|
|
|
|
|
* fixed internal redirects on directories if a query
|
|
|
|
|
string is supplied
|
|
|
|
|
* fixed cgi-module for POST request above 4k
|
|
|
|
|
* fixed mod_alias and follow-symlink
|
|
|
|
|
|
|
|
|
|
- 1.3.5 - 2004-10-31
|
|
|
|
|
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added mod_alias
|
2005-02-20 14:27:00 +00:00
|
|
|
|
* added mod_userdir
|
|
|
|
|
* added the exec command to the SSI handler
|
|
|
|
|
* added a switch to disable follow-symlinks
|
|
|
|
|
* added a switch to disable IPv6 at compile-time
|
|
|
|
|
* fixed compilation on FreeBSD and NetBSD 1.3.x
|
|
|
|
|
* fixed segfault in pipelining
|
|
|
|
|
* fixed a segfault in writev() handler if LFS is used
|
|
|
|
|
|
|