sync comment with the wiki
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@115 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
114e36343b
commit
3ed5c3c9a8
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue