I don't think my APC configuration is correct.
I can see it here http://www.midwestsupplies.com/apc.php
But it resets the uptime constantly anywhere from 0 minutes to 10 minutes?
I also added this tag to my local.xml file and now my Magento cache doesn't write to the var/cache directory?
I can see it here http://www.midwestsupplies.com/apc.php
But it resets the uptime constantly anywhere from 0 minutes to 10 minutes?
I also added this tag to my local.xml file and now my Magento cache doesn't write to the var/cache directory?
PHP:
......
<cache>
<backend>apc</backend>
<prefix>alphanumeric</prefix>
</cache>
</global>
Last edited by a moderator: