From 85fe1a86c76f8d2a3738d6a152f4e663f08c7302 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 23 Aug 2012 08:29:43 +0000 Subject: [PATCH] updated ini example for var_namespace git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1147 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xcache.ini b/xcache.ini index cf46832..55f264c 100644 --- a/xcache.ini +++ b/xcache.ini @@ -39,6 +39,12 @@ xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 +; mode:0, const string specified by xcache.var_namespace +; mode:1, $_SERVER[xcache.var_namespace] +; mode:2, uid or gid (specified by xcache.var_namespace) +xcache.var_namespace_mode = 0 +xcache.var_namespace = "" + ; N/A for /dev/zero xcache.readonly_protection = Off ; for *nix, xcache.mmap_path is a file path, not directory. (auto create/overwrite)