SOURCES: lighttpd-mod_ssi.conf - update from debian

glen glen at pld-linux.org
Mon Jul 17 14:56:36 CEST 2006


Author: glen                         Date: Mon Jul 17 12:56:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update from debian

---- Files affected:
SOURCES:
   lighttpd-mod_ssi.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_ssi.conf
diff -u SOURCES/lighttpd-mod_ssi.conf:1.2 SOURCES/lighttpd-mod_ssi.conf:1.3
--- SOURCES/lighttpd-mod_ssi.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_ssi.conf	Mon Jul 17 14:56:30 2006
@@ -1,7 +1,11 @@
+# Server-Side Include implements simple preprocessing of
+# HTML files compatible to Apache SSI.
+#
+# Documentation: http://www.lighttpd.net/documentation/ssi.html
+
 server.modules += (
 	"mod_ssi"
 )
 
-#### ssi
-#ssi.extension = ( ".shtml" )
-
+## The extension of the files which should be preprocessed (mostly .shtml)
+ssi.extension   = ( ".shtml" )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_ssi.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list