summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/cml.conf
blob: 6c5397945f8ae5e20434fbb0b7b4d8ac30b44970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#######################################################################
##
##  CML Module 
## --------------- 
##
## See https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCML
##
server.modules += ( "mod_cml" )
index-file.names += ( "index.cml" )

##
## The file extension that is bound to the cml-module.
##
cml.extension               = ".cml"

##
## Memcached hosts used for memcache* functions. 
##
#cml.memcache-hosts          = ( "127.0.0.1:11211" )

##
## A cml file that is executed for each request. 
##
#cml.power-magnet = server_root + "/htdocs/powermagnet.cml"

##
#######################################################################