From 3ed5c3c9a827cd609f91be625a15ca875e3846ee Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 30 Aug 2006 12:07:38 +0000 Subject: [PATCH] sync comment with the wiki git-svn-id: svn://svn.lighttpd.net/xcache/trunk@115 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcache.ini b/xcache.ini index daa3244..3e36550 100644 --- a/xcache.ini +++ b/xcache.ini @@ -42,10 +42,10 @@ xcache.var_gc_interval = 300 xcache.test = Off ; N/A for /dev/zero xcache.readonly_protection = Off -; for win32, xcache.mmap_path=anonymous map name, not file path -; uncomment and change to "/tmp/xcache" for readonly protection +; for *nix, xcache.mmap_path is a file path, not directory. +; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection ; 2 group of php won't share the same /tmp/xcache -; for other OS, it's a file NOT directory +; for win32, xcache.mmap_path=anonymous map name, not file path xcache.mmap_path = "/dev/zero"