diff options
author | Jan Kneschke <jan@kneschke.de> | 2005-07-15 18:19:10 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2005-07-15 18:19:10 +0000 |
commit | 0e371ca506c3e122cbd8450780413ca67dfe97cc (patch) | |
tree | 9a5cd6d19e427407c640cfbc6ef7d6ef69807c40 /doc/cml.txt | |
parent | 2fee66554b5b7542326da6ac48a9442445205900 (diff) | |
download | lighttpd-git-0e371ca506c3e122cbd8450780413ca67dfe97cc.tar.gz |
added examples
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@458 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc/cml.txt')
-rw-r--r-- | doc/cml.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/cml.txt b/doc/cml.txt index 4ae38934..45519bd1 100644 --- a/doc/cml.txt +++ b/doc/cml.txt @@ -156,6 +156,18 @@ The index.cml for this looks like: :: Now we get about 10000 req/s instead of 600 req/s. +Installation +============ + +You need `lua <http://www.lua.org/>`_ and should install `<libmemcache-1.3.x http://people.freebsd.org/~seanc/libmemcache/>` +and have to configure lighttpd with: :: + + ./configure ... --with-lua --with-memcache + +To use the plugin you have to load it: :: + + server.modules = ( ..., "mod_cml", ... ) + Options ======= |