1####################################################################### 2## 3## CML Module 4## --------------- 5## 6## see http://www.lighttpd.net/documentation/cml.html 7## 8server.modules += ( "mod_cml" ) 9index-file.names += ( "index.cml" ) 10 11## 12## The file extension that is bound to the cml-module. 13## 14cml.extension = ".cml" 15 16## 17## Memcached hosts used for memcache* functions. 18## 19#cml.memcache-hosts = ( "127.0.0.1:11211" ) 20 21## 22## A cml file that is executed for each request. 23## 24#cml.power-magnet = server_root + "/htdocs/powermagnet.cml" 25 26## 27####################################################################### 28