PHP APC not caching

Discussion in 'Server Operation' started by mattltm, Jun 4, 2015.

  1. mattltm

    mattltm Member

    I've just noticed that APC does not seem to be caching files.
    I'm running ISPConfig v3 and can't work out where it's going wrong!
    Can anyone point me in the right direction?
    Matt
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which php mode do you use?
     
  3. mattltm

    mattltm Member

    Fast-GCI
    Although I have no real reason why I can't use any other mode.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    fastcgi should be ok, but you can also try php-fpm. Just cgi and suphp wont work with apc. But apc shows up correctly in phpinfo()?
     
  5. mattltm

    mattltm Member

    Yup. All shows up as enabled in phpinfo().
    Tried changing a site to php-fpm and it made no difference.
    Any other ideas?
     
  6. mattltm

    mattltm Member

    Looks like APC is flushing itself every few seconds. The Uptime never shows greater than 0 minutes.
    That would produce the behaviour that I am seeing.
    Now all I need to know is why it's doing it and how to stop it!
     

Share This Page