From 1f74447df46ce4a3f9f36d0cfaca00d9c54d52e5 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 27 Aug 2006 04:02:05 +0000 Subject: [PATCH] note: xcache.mmap_path is a file git-svn-id: svn://svn.lighttpd.net/xcache/trunk@101 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/xcache.ini b/xcache.ini index e8a3d63..606251d 100644 --- a/xcache.ini +++ b/xcache.ini @@ -37,6 +37,7 @@ xcache.readonly_protection = Off ; for win32, xcache.mmap_path=anonymous map name, not file path ; uncomment and change to "/tmp/xcache" for readonly protection ; 2 group of php won't share the same /tmp/xcache +; for other OS, it's a file NOT directory xcache.mmap_path = "/dev/zero"