Why is APC (PHP Accelerator) Only caching apc.php?
Posted
by amvx
on Server Fault
See other posts from Server Fault
or by amvx
Published on 2009-09-28T06:23:39Z
Indexed on
2010/03/19
21:11 UTC
Read the original article
Hit count: 361
I installed PHP5,APC and XDEBUGGER with the install script found here:
Dreamhost PHP+APC Install Instructions/Script
All systems seem to be working... except...
I added the apc.php to see the caching stats of APC (GUI Interface), and it showed that only apc.php file was being cached despite having installed wordpress and prestashop under the same domain, installing and running those php scripts.
I wonder if I did something wrong...
but my php5 is running as a cgi/fastcgi. I think I might have read somewhere about there being some issue with this. Not sure.
Any help is of coursed appreciated.
© Server Fault or respective owner