Diff for /elwix/config/etc/default/lighttpd/conf.d/cml.conf between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:37 version 1.2, 2014/01/05 23:14:24
Line 0 Line 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"
   
   ##
   #######################################################################

Removed from v.1.1  
changed lines
  Added in v.1.2


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