Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to "actually" configure PHP APC?
    text
    copied!<p>Before some one downvotes this and pushes this question deep down, can the downvoter please be kind enough to point to some better resource. Thanks.</p> <p>I have VPS and it runs a wp blog plus a simple one page site. I am trying to use APC for blog. Before installing APC VPS was sending me alerts saying WP index.php was eating up everything. Now after installing APC these alerts have stopped. But when I check the result using apc.php I dont see any file in system cache. Here is the PHP Info</p> <pre><code>APC Support enabled Version 3.1.9 APC Debugging Disabled MMAP Support Enabled MMAP File Mask no value Locking type pthread mutex Locks Serialization Support php Revision $Revision: 308812 $ Build Date Dec 13 2011 10:12:43 Directive Local Value Master Value apc.cache_by_default On On apc.canonicalize On On apc.coredump_unmap Off Off apc.enable_cli Off Off apc.enabled On On apc.file_md5 Off Off apc.file_update_protection 2 2 apc.filters apc\.php$ apc\.php$ apc.gc_ttl 3600 3600 apc.include_once_override Off Off apc.lazy_classes Off Off apc.lazy_functions Off Off apc.max_file_size 1M 1M apc.mmap_file_mask no value no value apc.num_files_hint 1000 1000 apc.preload_path no value no value apc.report_autofilter Off Off apc.rfc1867 Off Off apc.rfc1867_freq 0 0 apc.rfc1867_name APC_UPLOAD_PROGRESS APC_UPLOAD_PROGRESS apc.rfc1867_prefix upload_ upload_ apc.rfc1867_ttl 3600 3600 apc.serializer default default apc.shm_segments 1 1 apc.shm_size 30 30 apc.slam_defense Off Off apc.stat On On apc.stat_ctime Off Off apc.ttl 0 0 apc.use_request_time On On apc.user_entries_hint 100 100 apc.user_ttl 0 0 apc.write_lock On On </code></pre> <p>I am confused as what is actually going on. I have tried to read all possible sources but I am getting confused. How do I make only cache WP index.php and not others? Please note that its simple mod_php set up not the FastCGI setup.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload