Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d0e8686dd2835d297d4efc3b474c6e81 > files > 1

lighttpd-mod_cml-1.4.37-1.mga4.x86_64.rpm

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

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