Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. [xcache-common]
  2. zend_extension = /usr/lib/php/modules/xcache.so
  3.  
  4. [xcache.admin]
  5. xcache.admin.auth = On
  6. xcache.admin.user = "admin"
  7. xcache.admin.pass = "55f68e20462ff7e84353bd18b336925c"
  8.  
  9. [xcache]
  10. xcache.shm_scheme = "mmap"
  11. xcache.size = 96M
  12. xcache.count = 1
  13. xcache.slots = 512
  14. xcache.ttl = 60
  15. xcache.gc_interval = 300
  16.  
  17. ; Same as aboves but for variable cache
  18. ; If you don't know for sure that you need this, you probably don't
  19. xcache.var_size = 0M
  20. xcache.var_count = 1
  21. xcache.var_slots = 8K
  22. xcache.var_ttl = 0
  23. xcache.var_maxttl = 0
  24. xcache.var_gc_interval = 300
  25.  
  26. ; N/A for /dev/zero
  27. xcache.readonly_protection = Off
  28.  
  29. xcache.mmap_path = "/dev/zero"
  30.  
  31. xcache.cacher = On
  32. xcache.stat = On
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement