SOURCES: lighttpd-mod_staticfile.conf - add etag options

glen glen at pld-linux.org
Tue Jun 26 21:39:31 CEST 2007


Author: glen                         Date: Tue Jun 26 19:39:31 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add etag options

---- Files affected:
SOURCES:
   lighttpd-mod_staticfile.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_staticfile.conf
diff -u SOURCES/lighttpd-mod_staticfile.conf:1.4 SOURCES/lighttpd-mod_staticfile.conf:1.5
--- SOURCES/lighttpd-mod_staticfile.conf:1.4	Mon Jul 17 18:49:48 2006
+++ SOURCES/lighttpd-mod_staticfile.conf	Tue Jun 26 21:39:26 2007
@@ -9,3 +9,8 @@
 #
 # .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
 static-file.exclude-extensions = ( ".pl", ".fcgi" )
+
+# see http://trac.lighttpd.net/trac/ticket/1216
+etag.use-inode = "enable"
+etag.use-mtime = "enable"
+etag.use-size = "enable"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_staticfile.conf?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list