1
0
Fork 0

updated ini example for var_namespace

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1147 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2012-08-23 08:29:43 +00:00
parent d2e943a191
commit 85fe1a86c7
1 changed files with 6 additions and 0 deletions

View File

@ -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)