]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_staticfile.conf
- add data_string_print_escape.patch to print accesslog.format properly
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
index f9adb8e7fc2ce08f8b30e2bc2c5f5ddea439f5d0..1e020a07803001f739b70a12a678aa4512a59830 100644 (file)
@@ -1,16 +1,12 @@
 # staticfile module.
 #
 
-server.modules += (
-       "mod_staticfile"
-)
+# NOTE: this module is automatically loaded
 
-# which extensions should not be handle via static-file transfer
-#
-# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".pl", ".fcgi" )
+# see http://redmine.lighttpd.net/issues/1209
+#etag.use-inode = "enable"
+#etag.use-mtime = "enable"
+#etag.use-size = "enable"
 
-# see http://trac.lighttpd.net/trac/ticket/1216
-etag.use-inode = "enable"
-etag.use-mtime = "enable"
-etag.use-size = "enable"
+# ETag header generation (default: enabled)
+#static-file.etags = "enable"
This page took 0.03929 seconds and 4 git commands to generate.