summaryrefslogtreecommitdiff
path: root/doc/config/conf.d/cml.conf
blob: 685f723b114aaab9137d3a0256fc0f4fff5ad55a (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 http://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"

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