summaryrefslogtreecommitdiff
path: root/package/lighttpd/files/conf.d/cml.conf
blob: 8054ea632c2830674162f8245699cf8a05e9df2e (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://www.lighttpd.net/documentation/cml.html
##
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"

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