You cannot 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
391 B
Plaintext
17 lines
391 B
Plaintext
#######################################################################
|
|
##
|
|
## 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" )
|
|
|
|
##
|
|
#######################################################################
|