]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_ssi.conf
- update from debian
[packages/lighttpd.git] / lighttpd-mod_ssi.conf
index 3bd1b0f992890c00d92f22599cf872cf28a83486..64237766da33acb90546f81319d7c5a0498ad52d 100644 (file)
@@ -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" )
This page took 0.029499 seconds and 4 git commands to generate.