]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_cml.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_cml.conf
index 1e2e6f340654e1eaddf06520531c120e20ec80fc..844a06930c2509ed081948007e8f4e412b0679ec 100644 (file)
@@ -1,3 +1,21 @@
+# CML is a Meta language to describe the dependencies of a page
+# at one side and building a page from its fragments on the
+# other side using LUA.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCML
+
 server.modules += (
        "mod_cml"
 )
+
+## the extension for file with cache information. With .cml,
+## the cache info file for index.html is index.cml
+cml.extension = ".cml"
+
+index-file.names += ( "index" + cml.extension )
+
+## the memcached used by mod_cml
+#cml.memcache-hosts = ( "127.0.0.1:11211" )
+
+## a cml file that is executed for each request
+#cml.power-magnet = "/home/services/lighttpd/html/power-magnet.cml"
This page took 0.046858 seconds and 4 git commands to generate.