]> git.pld-linux.org Git - packages/lighttpd.git/blame_incremental - mod_ssi.conf
up to 1.4.50
[packages/lighttpd.git] / mod_ssi.conf
... / ...
CommitLineData
1# Server-Side Include implements simple preprocessing of
2# HTML files compatible to Apache SSI.
3#
4# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSSI
5
6server.modules += (
7 "mod_ssi"
8)
9
10## The extension of the files which should be preprocessed (mostly .shtml)
11ssi.extension = ( ".shtml" )
This page took 0.069162 seconds and 4 git commands to generate.