diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-02 18:42:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-02 18:42:33 +0100 |
commit | 62cf4f1ab7f29f156dd399516e2301dc78fc9bb6 (patch) | |
tree | f3481a17dbdf7a5bb659efe0a40474873cf03092 /package/lighttpd/files/conf.d/cml.conf | |
parent | 52a49601ba47b77d93d4856f2ee01e55755905f1 (diff) |
update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, libmpd, ffmpeg
Diffstat (limited to 'package/lighttpd/files/conf.d/cml.conf')
-rw-r--r-- | package/lighttpd/files/conf.d/cml.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/lighttpd/files/conf.d/cml.conf b/package/lighttpd/files/conf.d/cml.conf new file mode 100644 index 000000000..8054ea632 --- /dev/null +++ b/package/lighttpd/files/conf.d/cml.conf @@ -0,0 +1,27 @@ +####################################################################### +## +## 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" + +## +####################################################################### |