source:
branches/fc11-dev/server/fedora/config/etc/php.d/apc.ini
@
1196
| Last change on this file since 1196 was 1196, checked in by mitchb, 17 years ago | |
|---|---|
| File size: 276 bytes | |
| Line | |
|---|---|
| 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 TracBrowser
for help on using the repository browser.
