--- elwix/config/etc/default/lighttpd/conf.d/cml.conf 2013/10/14 15:19:37 1.1 +++ elwix/config/etc/default/lighttpd/conf.d/cml.conf 2014/01/05 23:14:24 1.2 @@ -0,0 +1,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" + +## +#######################################################################