Hello.
I have been trying to get one of the PHP cache apps to work on my server, but so far I haven’t had any luck. The install goes fine, and I can see it loaded when I do phpinfo and php -v, but it’s only caching the admin page (apc.php in the case of APC, and xcache.php in the case of XCache).
I have disabled Zend Optimizer because I realized this is probably causing issues. I am using the default settings for Virtualmin which is mod_fcgid and all the Apache directives are left as default. I installed the cache handlers with default settings at first, and also tried tweaking them per their documentation. The websites appear to be running fine but I’m just not seeing anything getting cached or showing as “hits” in the admin consoles of these cache handlers.
One of my sites is running Joomla and is has compatibility for these cache handlers, but even when cache is enabled in Joomla I still dont see any activity in the consoles, or notice improvements. I had XCache installed on my previous server and it was caching all PHP pages and they were showing up as hits in the XCache console.
Any idea what I might be doing wrong?
Thanks.