]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_ssi.conf
- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30)
[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.026365 seconds and 3 git commands to generate.