]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - mod_ssi.conf
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / 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" )