Author: paszczus Date: Sun Feb 19 09:47:51 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - added mod_deflate
---- Files affected: SOURCES: lighttpd.conf (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SOURCES/lighttpd.conf diff -u SOURCES/lighttpd.conf:1.31 SOURCES/lighttpd.conf:1.32 --- SOURCES/lighttpd.conf:1.31 Tue Jan 24 00:06:16 2006 +++ SOURCES/lighttpd.conf Sun Feb 19 10:47:46 2006 @@ -20,7 +20,8 @@ # "mod_cgi", # "mod_cml", # "mod_compress", -# "mod_evasive" +# "mod_deflate", +# "mod_evasive", # "mod_evhost", # "mod_expire", # "mod_fastcgi", @@ -273,6 +274,22 @@ ## Limits number of connections per IP ## #evasive.max-conns-per-ip = 5 + +#### deflate module +## +## Allows compress all output dynamic or static +## +#deflate.enabled = "enable" +#deflate.compression-level = 9 +#deflate.mem-level = 9 +#deflate.window-size = 15 +#deflate.bzip2 = "enable" +#deflate.min-compress-size = 200 +#deflate.sync-flush = "enable" +#deflate.output-buffer-size = 8192 +#deflate.work-block-size = 512 +#deflate.mimetypes = ("text/html", "text/plain") +#deflate.debug = "enable" #### ssi #ssi.extension = ( ".shtml" ) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit