]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_cml.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_cml.conf
diff --git a/mod_cml.conf b/mod_cml.conf
new file mode 100644 (file)
index 0000000..844a069
--- /dev/null
@@ -0,0 +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"