]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_cml.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_cml.conf
CommitLineData
1efd0147
ER
1# CML is a Meta language to describe the dependencies of a page
2# at one side and building a page from its fragments on the
3# other side using LUA.
4#
bce8a1c7 5# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCML
eb4dcf0f 6
7d3968ad
ER
7server.modules += (
8 "mod_cml"
9)
693950e2 10
eb4dcf0f
ER
11## the extension for file with cache information. With .cml,
12## the cache info file for index.html is index.cml
13cml.extension = ".cml"
14
15index-file.names += ( "index" + cml.extension )
16
17## the memcached used by mod_cml
18#cml.memcache-hosts = ( "127.0.0.1:11211" )
693950e2 19
eb4dcf0f
ER
20## a cml file that is executed for each request
21#cml.power-magnet = "/home/services/lighttpd/html/power-magnet.cml"
This page took 0.071264 seconds and 4 git commands to generate.