Skip to content
Snippets Groups Projects
etc-php5-conf-d-apc.ini 261 B
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
    extension = apc.so
    apc.rfc1867 = {{ apc_rfc1867 }}
    apc.shm_size = {{ apc_shm_size }}
    apc.shm_segments = {{ apc_shm_segments }}
    apc.num_files_hint = {{ apc_num_files_hint }}
    
    apc.ttl = {{ apc_ttl }}
    apc.user_ttl = {{ apc_user_ttl }}
    apc.gc_ttl = {{ apc_gc_ttl }}