[solved] APC configuration

#1
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?

PHP:
......
<cache>
            <backend>apc</backend>
            <prefix>alphanumeric</prefix>
        </cache>
     </global>
 
Last edited by a moderator:
#2
Just an update, I removed the <cache> entry for my local.xml and my APC is still not working correctly. I have another server running APACHE and it is working on that?
 
#4
Yes, it is enabled and my spawned user is correct


Using Apache Configuration File Edit
Load Apache Configuration




Yes
Auto Reload On Changes




(depricated) Yes
Apache Binary Path


/usr/sbin/httpd
Apache Configuration File


/etc/httpd/conf/httpd.conf
Apache Port Offset


0
Apache IP Offset


Not Set
Apache Handled Content


Not Set
Ignore Apache Modules




Not Set
PHP suEXEC




Yes
PHP suEXEC Max Conn




10
Enable FrontPage Extension




Not Set
 
Top