]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_ssi.conf
- up to 2698
[packages/lighttpd.git] / lighttpd-mod_ssi.conf
index 3bd1b0f992890c00d92f22599cf872cf28a83486..1bb698c2b1cbdc1d27ef909dd5759f378943df7a 100644 (file)
@@ -1,7 +1,11 @@
+# Server-Side Include implements simple preprocessing of
+# HTML files compatible to Apache SSI.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSSI
+
 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.206262 seconds and 4 git commands to generate.