You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
translate config server.modules "mod_compress" to "mod_deflate" accept compress.* directives, but issue DEPRECATED warning trace mod_deflate differences from mod_compress: - mod_compress compress.filetype was exact match; deflate.mimetypes is prefix match (behavior change might compress longer mimetype matches, which are likely of similar type and compressability) - mod_compress always sent entire (compressed) file for Range request mod_deflate will stream compress range result (not stored in cache) - mod_compress would short-circuit request with 403 Forbidden error if request file did not exist (stat() failed) (This behavior was unfriendly to other handlers) - mod_compress compress.cache-dir layout differs from deflate.cache-dir layout; file cache should be cleared (or renamed) when migrating from mod_compress to mod_deflate - mod_deflate does not issue Vary: Accept-Encoding if request does not contain Accept-Encoding. The identity response can be cache by proxies and served to clients. Historically, some proxies disabled caching if any Vary: response was seen. If the Vary header is desirable, mod_deflate code which checks for Accept-Encoding and compression type can be moved down a few lines to be below the setting of the Vary response header. |
3 years ago | |
---|---|---|
.. | ||
docroot | 4 years ago | |
404-handler.conf | 4 years ago | |
CMakeLists.txt | 3 years ago | |
LightyTest.pm | 4 years ago | |
Makefile.am | 3 years ago | |
SConscript | 3 years ago | |
cachable.t | 4 years ago | |
cleanup.sh | 8 years ago | |
condition.conf | 4 years ago | |
core-404-handler.t | 7 years ago | |
core-condition.t | 7 years ago | |
core-keepalive.t | 15 years ago | |
core-request.t | 4 years ago | |
core-response.t | 5 years ago | |
core-var-include.t | 15 years ago | |
fastcgi-10.conf | 3 years ago | |
fastcgi-responder.conf | 3 years ago | |
fcgi-auth.c | 7 years ago | |
fcgi-responder.c | 6 years ago | |
lighttpd.conf | 3 years ago | |
lighttpd.htpasswd | 7 years ago | |
lighttpd.user | 18 years ago | |
lowercase.conf | 4 years ago | |
lowercase.t | 15 years ago | |
meson.build | 3 years ago | |
mod-auth.conf | 4 years ago | |
mod-auth.t | 4 years ago | |
mod-cgi.t | 6 years ago | |
mod-compress.conf | 3 years ago | |
mod-compress.t | 3 years ago | |
mod-extforward.conf | 4 years ago | |
mod-extforward.t | 6 years ago | |
mod-fastcgi.t | 3 years ago | |
mod-proxy.t | 4 years ago | |
mod-scgi.t | 6 years ago | |
mod-secdownload.conf | 4 years ago | |
mod-secdownload.t | 4 years ago | |
mod-setenv.t | 6 years ago | |
mod-ssi.t | 7 years ago | |
prepare.sh | 4 years ago | |
proxy.conf | 4 years ago | |
request.t | 3 years ago | |
run-tests.pl | 14 years ago | |
scgi-responder.c | 3 years ago | |
scgi-responder.conf | 4 years ago | |
symlink.t | 15 years ago | |
var-include-sub.conf | 8 years ago | |
var-include.conf | 4 years ago | |
wrapper.sh | 12 years ago |