Hello. I have FreeBSD-8.2 in VDS. Apache 2.2.25, php-5.3.27 and pecl-apc 3.1.14_1. But apc.php display always
Any changes in php.ini with regards to APC, don't changing in apc.php or
The APC configuration:
I have no idea what the problem is.
Thank you.
Code:
Cached Files 1 (452.6 KBytes)
Hits 1
Misses 1
Request Rate (hits, misses) 2.00 cache requests/second
Hit Rate 1.00 cache requests/second
Miss Rate 1.00 cache requests/second
Insert Rate 1.00 cache requests/second
Cache full count 0
php -i
. Debug mode shows nothing in the log of Apache. The APC configuration:
Code:
apc.enabled=1
apc.shm_segments=1
apc.shm_size=32M
apc.ttl=0
apc.user_ttl=0
apc.num_files_hint=1024
apc.mmap_file_mask="/var/tmp/apc.XXXXXX"
apc.enable_cli=1
apc.max_file_size=2M
Thank you.