Annotation of embedaddon/lighttpd/doc/config/conf.d/cml.conf, revision 1.1.1.1

1.1       misho       1: #######################################################################
                      2: ##
                      3: ##  CML Module 
                      4: ## --------------- 
                      5: ##
                      6: ## see http://www.lighttpd.net/documentation/cml.html
                      7: ##
                      8: server.modules += ( "mod_cml" )
                      9: index-file.names += ( "index.cml" )
                     10: 
                     11: ##
                     12: ## The file extension that is bound to the cml-module.
                     13: ##
                     14: cml.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: #######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>