PDA

View Full Version : How can I see APC Cache control screen ?


Bulent Tekcan
Mon 21st Nov '05, 8:44am
Hello

I didn't find in documentation.How can I see control panel for APC ?

Thanks

eva2000
Mon 21st Nov '05, 8:46am
oh you mean that just copy apc.php from unzipped tarball directory to public web root of your site and password protect the directory and/or edit apc.php file top line to change password

Bulent Tekcan
Mon 21st Nov '05, 8:57am
I tried this but only blank screen comes.

eva2000
Mon 21st Nov '05, 9:03am
check phpinfo.php to see if APC is actually loaded should have a APC group further down phpinfo.php link page

Bulent Tekcan
Mon 21st Nov '05, 9:27am
Himmmm sorry george..

Wrong aps.so directory assign.Now is OK and working.

Thanks

Bulent Tekcan
Mon 21st Nov '05, 9:56am
apc.cache_by_default 1
apc.enable_cli 0
apc.enabled 1
apc.file_update_protection 2
apc.filters
apc.gc_ttl 3600
apc.max_file_size 1M
apc.mmap_file_mask
apc.num_files_hint 1000
apc.optimization 0
apc.shm_segments 1
apc.shm_size 30
apc.slam_defense 0
apc.ttl 0
apc.user_entries_hint 100
apc.user_ttl 0


George

Optimization is default 0,is it best way ? Before EA I think enable this value..

kerplunk
Mon 21st Nov '05, 3:39pm
apc.optimization
The optimization level. Zero disables the ptimizer, and higher values use more aggressive optimizations. Expect very modest speed improvements. This is experimental.
(Default: 0)

eva2000
Tue 22nd Nov '05, 3:12am
i leave optimization disabled and works fine for me