File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / lighttpd / conf.d / cml.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Jan 5 23:14:24 2014 UTC (10 years, 6 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, elwix2_2, HEAD, ELWIX2_2p0, ELWIX2_1
version 2.1

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

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

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