1.4.59
February 02, 2021
Important changes
HTTP/2 enabled by default, mod_deflate zstd support, mod_ajp13 (new), bugfixes
Downloads
- lighttpd-1.4.59.tar.gz (GPG signature)
- SHA256:
e266e389ddb79bf17b8e8d9022aec95ae839c6f3159822f402df8d8df8a13f65
- SHA256:
- lighttpd-1.4.59.tar.xz (GPG signature)
- SHA256:
fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5
- SHA256:
- SHA256 checksums
Behavior Changes
- HTTP/2 enabled by default
Future Scheduled Behavior Changes
- 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