]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_ssi.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_ssi.conf
diff --git a/mod_ssi.conf b/mod_ssi.conf
new file mode 100644 (file)
index 0000000..21a40d7
--- /dev/null
@@ -0,0 +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" )