]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_ssi.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_ssi.conf
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
6 server.modules += (
7         "mod_ssi"
8 )
9
10 ## The extension of the files which should be preprocessed (mostly .shtml)
11 ssi.extension   = ( ".shtml" )
This page took 0.026667 seconds and 3 git commands to generate.