Note that there are some explanatory texts on larger screens.

plurals
  1. POPages timeout after enabling APC
    primarykey
    data
    text
    <p>I have installed APC on our Windows dev server. After I enable APC and restart apache our pages do not load. They timeout and I just get connection was reset on browser. Other scripts on server such as <code>phpmyadmin</code> also does not load.</p> <p>Here is our system config:</p> <pre><code>Windows 2003 Server Apache 2.2.22 PHP Version 5.3.15 APC Version 3.1.11 </code></pre> <p>Checking on <code>apc.php</code> I see hits 80% and misses 20%.</p> <p><strong>APC Runtime Settings</strong></p> <pre><code>apc.cache_by_default 1 apc.canonicalize 1 apc.coredump_unmap 0 apc.enable_cli 0 apc.enabled 1 apc.file_md 50 apc.file_update_protection 2 apc.filters '' apc.gc_ttl 3600 apc.include_once_override 0 apc.lazy_classes 0 apc.lazy_functions 0 apc.max_file_size 1M apc.num_files_hint 1000 apc.preload_path '' apc.report_autofilter 0 apc.rfc1867 0 apc.rfc1867_freq 0 apc.rfc1867_name APC_UPLOAD_PROGRESS apc.rfc1867_prefix upload_ apc.rfc1867_ttl 3600 apc.serializer default apc.shm_segments 1 apc.shm_size 32M apc.slam_defense 1 apc.stat 1 apc.stat_ctime 0 apc.ttl 0 apc.use_request_time 1 apc.user_entries_hint 4096 apc.user_ttl 0 apc.write_lock 1 </code></pre> <p>I have seen files created on designated temp folder with names such as <code>.apc.a00532</code> but they have <code>file size 0</code></p> <p>I also checked php error log and I do not see anything there.</p> <p>Any help is greatly appreciated, thanks in advance.</p> <p><strong>Edit</strong> I am using VC9 compiled PHP and my apache is matching VC9 compiled from apache lounge. I have tried using APC 3.1.9 also and that does not display page also. Any php script I run gives timeout except apc.php itself and there it shows me things are being cached.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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