Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 50ba94155249e6564a1d5e86204bf5aa > files > 1

lighttpd-mod_cml-1.4.51-1.mga6.x86_64.rpm

#######################################################################
##
##  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"

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