Guest User

APC

a guest
Jan 10th, 2015
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. apc.cache_by_default = 1
  2. apc.canonicalize = 1
  3. apc.coredump_unmap = 0
  4. apc.enable_cli = 0
  5. apc.enabled = 1
  6. apc.file_md5 = 0
  7. apc.file_update_protection = 2
  8. apc.filters =
  9. apc.gc_ttl = 3600
  10. apc.include_once_override = 0
  11. apc.lazy_classes = 0
  12. apc.lazy_functions = 0
  13. apc.max_file_size = 16M
  14. apc.mmap_file_mask =
  15. apc.num_files_hint = 1000
  16. apc.preload_path =
  17. apc.report_autofilter = 0
  18. apc.rfc1867 = 0
  19. apc.rfc1867_freq = 0
  20. apc.rfc1867_name = APC_UPLOAD_PROGRESS
  21. apc.rfc1867_prefix = upload_
  22. apc.rfc1867_ttl = 3600
  23. apc.serializer = default
  24. apc.shm_segments = 1
  25. apc.shm_size = 256M
  26. apc.shm_strings_buffer = 64M
  27. apc.slam_defense = 0
  28. apc.stat = 1
  29. apc.stat_ctime = 0
  30. apc.ttl = 0
  31. apc.use_request_time = 1
  32. apc.user_entries_hint = 8192
  33. apc.user_ttl = 0
  34. apc.write_lock = 0
Advertisement
Add Comment
Please, Sign In to add comment