You will need to edit your php.ini file to change the value of apc.stat. If apc.stat already exists, change it to 1. If it doesn’t exist, then add the following line:
apc.stat = 1
The best solution is to get rid of APC and instead use Zend OPcache.
This reply was modified 8 years, 1 month ago by Dion.