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
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()?
Yup. All shows up as enabled in phpinfo(). Tried changing a site to php-fpm and it made no difference. Any other ideas?
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!