Author: glen Date: Mon Jul 17 12:45:59 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - ideas from debian
---- Files affected: SOURCES: lighttpd-mod_cml.conf (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SOURCES/lighttpd-mod_cml.conf diff -u SOURCES/lighttpd-mod_cml.conf:1.2 SOURCES/lighttpd-mod_cml.conf:1.3 --- SOURCES/lighttpd-mod_cml.conf:1.2 Tue Jul 11 22:17:36 2006 +++ SOURCES/lighttpd-mod_cml.conf Mon Jul 17 14:45:54 2006 @@ -1,9 +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://www.lighttpd.net/documentation/cml.html + server.modules += ( "mod_cml" ) -## for mod_cml -## don't forget to add index.cml to server.indexfiles -# cml.extension = ".cml" -# cml.memcache-hosts = ( "127.0.0.1:11211" ) +## 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" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/lighttpd-mod_cml.conf?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
