--- elwix/config/etc/default/lighttpd/conf.d/ssi.conf 2013/10/14 15:19:38 1.1 +++ elwix/config/etc/default/lighttpd/conf.d/ssi.conf 2014/01/05 23:14:25 1.2 @@ -0,0 +1,16 @@ +####################################################################### +## +## Server Side Includes +## ----------------------- +## +## see /usr/share/doc/packages/lighttpd/ssi.html +## +server.modules += ( "mod_ssi" ) + +## +## which extensions should be ran through mod_ssi. +## +ssi.extension = ( ".shtml" ) + +## +#######################################################################