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