# Server-Side Include implements simple preprocessing of # HTML files compatible to Apache SSI. # # Documentation: http://www.lighttpd.net/documentation/ssi.html server.modules += ( "mod_ssi" ) ## The extension of the files which should be preprocessed (mostly .shtml) ssi.extension = ( ".shtml" )