Ignore:
Timestamp:
Jun 14, 2009, 5:21:49 AM (15 years ago)
Author:
mitchb
Message:
Turn off the new php extensions in Fedora 11
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev/server/fedora/config/etc/php.d/apc.ini

    r1196 r1197  
    1 ; Enable apc extension module
    2 extension = apc.so
    3 ; Options for the apc module
    4 apc.enabled=1
    5 apc.shm_segments=1
    6 apc.optimization=0
    7 apc.shm_size=32
    8 apc.ttl=7200
    9 apc.user_ttl=7200
    10 apc.num_files_hint=1024
    11 apc.mmap_file_mask=/tmp/apc.XXXXXX
    12 apc.enable_cli=1
    13 apc.cache_by_default=1
Note: See TracChangeset for help on using the changeset viewer.