You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
412 B
17 lines
412 B
#######################################################################
|
|
##
|
|
## Server Side Includes
|
|
## -----------------------
|
|
##
|
|
## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSSI
|
|
##
|
|
server.modules += ( "mod_ssi" )
|
|
|
|
##
|
|
## which extensions should be ran through mod_ssi.
|
|
##
|
|
ssi.extension = ( ".shtml" )
|
|
|
|
##
|
|
#######################################################################
|