1.4.58
December 27, 2020
Important changes
bugfixes, portability
Downloads
- lighttpd-1.4.58.tar.gz (GPG signature)
- SHA256:
49c03789876f6ee5bee82bae0aee375d45bd508a6dd016da0b55e80d15f2b5a3
- SHA256:
- lighttpd-1.4.58.tar.xz (GPG signature)
- SHA256:
267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e
- SHA256:
- SHA256 checksums
Future Scheduled Behavior Changes
- HTTP/2 support will be enabled by default in a future release
- graceful restart/shutdown default timeout will change from
0 (infinite/no timeout) to 5 seconds (or some similar non-zero period)
configure an alternative with:
server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
- mod_compress is DEPRECATED; use mod_deflate
mod_compress has been subsumed by mod_deflate
Note: mod_compress config options may be removed in a future release - mod_geoip is DEPRECATED; use mod_maxminddb
Note: mod_geoip will be removed from a future lighttpd release - mod_authn_mysql is DEPRECATED; use mod_authn_dbi
Note: mod_authn_mysql will be removed from a future lighttpd release - mod_mysql_vhost is DEPRECATED; use mod_vhostdb_dbi or mod_vhostdb_mysql
Note: mod_mysql_vhost will be removed from a future lighttpd release - mod_cml is DEPRECATED; use mod_magnet
Note: mod_cml will be removed from a future lighttpd release