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