# Highlights - HTTP/2 support - must be enabled in lighttpd.conf in lighttpd 1.4.56; may be enabled by default in a future release - `server.feature-flags += ("server.h2proto" => "enable", "server.h2c" => "enable")` - TLS library options: OpenSSL, mbedTLS, wolfSSL, GnuTLS, NSS - mod_openssl (existing) - mod_mbedtls (experimental) - mod_wolfssl (experimental) - mod_gnutls (experimental) - mod_nss (experimental) - TLS OCSP stapling (except mbedTLS; not currently supported by mbedTLS) - TLS session ticket key rotation control (except NSS; API limitation in NSS) - mod_deflate brotli support - mod_proxy makes HTTP/1.1 requests to backends (change from HTTP/1.0) - RFC 8297 support for 103 Early Hints produced by backends (scripts) - graceful restart option to transfer listen fds (minimal pause) - `server.systemd-socket-activation = "enable"` - `server.feature-flags += ("server.graceful-restart-bg" => "enable", "server.graceful-shutdown-timeout" => "15")` # Behavior Changes - mod_openssl - default MinProtocol TLSv1.2 TLSv1 and TLSv1.1 are deprecated and no longer supported by major browsers. <https://news.netcraft.com/archives/2020/03/03/browsers-on-track-to-block-850000-tls-1-0-sites.html> If prior behavior is required, configure: `ssl.openssl.ssl-conf-cmd = ("MinProtocol" => "TLSv1")` If using openssl <= 1.0.2 (end-of-life) `ssl.openssl.ssl-conf-cmd = ("Protocol" => "-ALL, TLSv1, TLSv1.1, TLSv1.2")` - (internal) TLS session cache is disabled by default, replaced by lighttpd robust TLSv1.2 session ticket support If backward compatibility is needed: `server.feature-flags += ("ssl.session-cache" => "enable")` - (internal) openssl creates a session ticket encryption key per SSL_CTX. lighttpd 1.4.56 and later assigns a single session ticket encryption key for the lighttpd server (across all SSL_CTX) for consistency. - behavior change with ssl.ca-dn-file (uncommon); applies to client certificate verification and ssl.ca-dn-file (uncommon) If client certificate verification is enabled (ssl.verifyclient.activate = "enable"), all CAs used for client certificate verification must be present in ssl.ca-file. This is the typical use case when client certificate verification is enabled. Certificates in (optional) ssl.ca-dn-file are used to send issuer names to client when the server sends a client certificate request. These names are use by the client during certificate selection, and the server requires that the certificate sent by the client be issued by one of the subjects in ssl.ca-dn-file. (Prior behavior merged ssl.ca-file and ssl.ca-dn-file for trusted CAs. New behavior requires all trusted CAs be listed in ssl.ca-file, and a subset be duplicated into ssl.ca-dn-file to specify allowed client cert issuer.) - mod_deflate: support for bzip2 is now disabled by default in the build - (enable using `./configure --with-bzip2`) bzip2 Content-Encoding is not widely supported Prefer to build `--with-brotli` brotli Content-Encoding is more widely supported than bzip2 # 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
124 lines
4.3 KiB
Text
124 lines
4.3 KiB
Text
@comment $NetBSD: PLIST,v 1.21 2020/11/30 10:28:33 schmonz Exp $
|
|
lib/lighttpd/mod_access.la
|
|
lib/lighttpd/mod_accesslog.la
|
|
lib/lighttpd/mod_alias.la
|
|
lib/lighttpd/mod_auth.la
|
|
lib/lighttpd/mod_authn_file.la
|
|
${PLIST.gssapi}lib/lighttpd/mod_authn_gssapi.la
|
|
${PLIST.ldap}lib/lighttpd/mod_authn_ldap.la
|
|
${PLIST.mysql}lib/lighttpd/mod_authn_mysql.la
|
|
lib/lighttpd/mod_cgi.la
|
|
${PLIST.lua}lib/lighttpd/mod_cml.la
|
|
lib/lighttpd/mod_deflate.la
|
|
lib/lighttpd/mod_dirlisting.la
|
|
lib/lighttpd/mod_evasive.la
|
|
lib/lighttpd/mod_evhost.la
|
|
lib/lighttpd/mod_expire.la
|
|
lib/lighttpd/mod_extforward.la
|
|
lib/lighttpd/mod_fastcgi.la
|
|
lib/lighttpd/mod_flv_streaming.la
|
|
lib/lighttpd/mod_indexfile.la
|
|
${PLIST.lua}lib/lighttpd/mod_magnet.la
|
|
${PLIST.geoip}lib/lighttpd/mod_maxminddb.la
|
|
${PLIST.mysql}lib/lighttpd/mod_mysql_vhost.la
|
|
${PLIST.ssl}lib/lighttpd/mod_openssl.la
|
|
lib/lighttpd/mod_proxy.la
|
|
lib/lighttpd/mod_redirect.la
|
|
lib/lighttpd/mod_rewrite.la
|
|
lib/lighttpd/mod_rrdtool.la
|
|
lib/lighttpd/mod_scgi.la
|
|
lib/lighttpd/mod_secdownload.la
|
|
lib/lighttpd/mod_setenv.la
|
|
lib/lighttpd/mod_simple_vhost.la
|
|
lib/lighttpd/mod_sockproxy.la
|
|
lib/lighttpd/mod_ssi.la
|
|
lib/lighttpd/mod_staticfile.la
|
|
lib/lighttpd/mod_status.la
|
|
${PLIST.gdbm}lib/lighttpd/mod_trigger_b4_dl.la
|
|
${PLIST.memcached}lib/lighttpd/mod_trigger_b4_dl.la
|
|
${PLIST.memcached}lib/lighttpd/mod_trigger_b4_dl.so
|
|
lib/lighttpd/mod_uploadprogress.la
|
|
lib/lighttpd/mod_userdir.la
|
|
lib/lighttpd/mod_usertrack.la
|
|
lib/lighttpd/mod_vhostdb.la
|
|
${PLIST.ldap}lib/lighttpd/mod_vhostdb_ldap.la
|
|
${PLIST.ldap}lib/lighttpd/mod_vhostdb_ldap.so
|
|
${PLIST.mysql}lib/lighttpd/mod_vhostdb_mysql.la
|
|
lib/lighttpd/mod_webdav.la
|
|
lib/lighttpd/mod_wstunnel.la
|
|
man/man8/lighttpd-angel.8
|
|
man/man8/lighttpd.8
|
|
sbin/lighttpd
|
|
sbin/lighttpd-angel
|
|
share/doc/lighttpd/access.txt
|
|
share/doc/lighttpd/accesslog.txt
|
|
share/doc/lighttpd/alias.txt
|
|
share/doc/lighttpd/authentication.txt
|
|
share/doc/lighttpd/cgi.txt
|
|
share/doc/lighttpd/cml.txt
|
|
share/doc/lighttpd/compress.txt
|
|
share/doc/lighttpd/configuration.txt
|
|
share/doc/lighttpd/dirlisting.txt
|
|
share/doc/lighttpd/evhost.txt
|
|
share/doc/lighttpd/expire.txt
|
|
share/doc/lighttpd/extforward.txt
|
|
share/doc/lighttpd/fastcgi-state.dot
|
|
share/doc/lighttpd/fastcgi-state.txt
|
|
share/doc/lighttpd/fastcgi.txt
|
|
share/doc/lighttpd/features.txt
|
|
share/doc/lighttpd/magnet.txt
|
|
share/doc/lighttpd/mysqlvhost.txt
|
|
share/doc/lighttpd/newstyle.css
|
|
share/doc/lighttpd/oldstyle.css
|
|
share/doc/lighttpd/performance.txt
|
|
share/doc/lighttpd/plugins.txt
|
|
share/doc/lighttpd/proxy.txt
|
|
share/doc/lighttpd/redirect.txt
|
|
share/doc/lighttpd/rewrite.txt
|
|
share/doc/lighttpd/rrdtool.txt
|
|
share/doc/lighttpd/scgi.txt
|
|
share/doc/lighttpd/secdownload.txt
|
|
share/doc/lighttpd/security.txt
|
|
share/doc/lighttpd/setenv.txt
|
|
share/doc/lighttpd/simple-vhost.txt
|
|
share/doc/lighttpd/skeleton.txt
|
|
share/doc/lighttpd/ssi.txt
|
|
share/doc/lighttpd/ssl.txt
|
|
share/doc/lighttpd/state.dot
|
|
share/doc/lighttpd/state.txt
|
|
share/doc/lighttpd/status.txt
|
|
share/doc/lighttpd/traffic-shaping.txt
|
|
share/doc/lighttpd/trigger_b4_dl.txt
|
|
share/doc/lighttpd/userdir.txt
|
|
share/doc/lighttpd/webdav.txt
|
|
share/examples/lighttpd/cert-staple.sh
|
|
share/examples/lighttpd/conf.d/access_log.conf
|
|
share/examples/lighttpd/conf.d/auth.conf
|
|
share/examples/lighttpd/conf.d/cgi.conf
|
|
share/examples/lighttpd/conf.d/cml.conf
|
|
share/examples/lighttpd/conf.d/debug.conf
|
|
share/examples/lighttpd/conf.d/deflate.conf
|
|
share/examples/lighttpd/conf.d/dirlisting.conf
|
|
share/examples/lighttpd/conf.d/evhost.conf
|
|
share/examples/lighttpd/conf.d/expire.conf
|
|
share/examples/lighttpd/conf.d/fastcgi.conf
|
|
share/examples/lighttpd/conf.d/geoip.conf
|
|
share/examples/lighttpd/conf.d/magnet.conf
|
|
share/examples/lighttpd/conf.d/mime.conf
|
|
share/examples/lighttpd/conf.d/mod.template
|
|
share/examples/lighttpd/conf.d/mysql_vhost.conf
|
|
share/examples/lighttpd/conf.d/proxy.conf
|
|
share/examples/lighttpd/conf.d/rrdtool.conf
|
|
share/examples/lighttpd/conf.d/scgi.conf
|
|
share/examples/lighttpd/conf.d/secdownload.conf
|
|
share/examples/lighttpd/conf.d/simple_vhost.conf
|
|
share/examples/lighttpd/conf.d/ssi.conf
|
|
share/examples/lighttpd/conf.d/status.conf
|
|
share/examples/lighttpd/conf.d/trigger_b4_dl.conf
|
|
share/examples/lighttpd/conf.d/userdir.conf
|
|
share/examples/lighttpd/conf.d/webdav.conf
|
|
share/examples/lighttpd/lighttpd.conf
|
|
share/examples/lighttpd/modules.conf
|
|
share/examples/lighttpd/rrdtool-graph.sh
|
|
share/examples/lighttpd/spawn-php.sh
|
|
share/examples/lighttpd/vhosts.d/vhosts.template
|