Annotation of embedaddon/lighttpd/doc/config/conf.d/ssi.conf, revision 1.1.1.1
1.1 misho 1: #######################################################################
2: ##
3: ## Server Side Includes
4: ## -----------------------
5: ##
6: ## see /usr/share/doc/packages/lighttpd/ssi.html
7: ##
8: server.modules += ( "mod_ssi" )
9:
10: ##
11: ## which extensions should be ran through mod_ssi.
12: ##
13: ssi.extension = ( ".shtml" )
14:
15: ##
16: #######################################################################
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>