]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_ssi.conf
- BR: which
[packages/lighttpd.git] / lighttpd-mod_ssi.conf
index c21bc417e8edb81cc3a55a1e7ed763d792882e72..1bb698c2b1cbdc1d27ef909dd5759f378943df7a 100644 (file)
@@ -1,3 +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"
 )
+
+## The extension of the files which should be preprocessed (mostly .shtml)
+ssi.extension   = ( ".shtml" )
This page took 0.026744 seconds and 4 git commands to generate.