Skip to content

Instantly share code, notes, and snippets.

@filler
Created June 26, 2012 14:44
Show Gist options
  • Save filler/2996190 to your computer and use it in GitHub Desktop.
Save filler/2996190 to your computer and use it in GitHub Desktop.
apc 3.1.9 config
apc.cache_by_default=1
apc.canonicalize=0
apc.coredump_unmap=0
apc.enable_cli=0
apc.enabled=1
apc.file_md5=0
apc.file_update_protection=2
apc.filters
apc.gc_ttl=3600
apc.include_once_override=0
apc.lazy_classes=0
apc.lazy_functions=0
apc.max_file_size=1M
apc.mmap_file_mask=/dev/zero
apc.num_files_hint=1024
apc.preload_path
apc.report_autofilter=0
apc.rfc1867=0
apc.rfc1867_freq=0
apc.rfc1867_name=APC_UPLOAD_PROGRESS
apc.rfc1867_prefix =upload_
apc.rfc1867_ttl=3600
apc.shm_segments=1
apc.shm_size=256M
apc.stat=1
apc.stat_ctime=0
apc.ttl=0
apc.user_entries_hint=4096
apc.use_request_time=1
apc.user_ttl=7200
apc.write_lock=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment