xcache is not caching

hpham

Active Member
#1
I have lsws 4.0 running already. Installed xcache today. From phpinfo(), xcache is enabled already, and loaded

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
However, when viewing xcache admin control panel, there is no cache. Is there any special setting that I will need to do?

Thanks.
 

robfrew

Well-Known Member
#3
I just realized that the entire time I've had XCache installed, I never actually configured it in the php.ini to run.

Today, I changed the default xcache.size variable from 0M to 32M and now xcache admin shows stats.

However, when looking at xcache admin, it only shows php cached files from the admin interface, not the rest of the site.

This sounds like the above post. I've searched the forums and cannot find a solution. SuExec is disabled.

Any ideas?
 

robfrew

Well-Known Member
#4
Never mind, I had the admin utility installed in httpsdocs, not httpdocs so it was only showing files under that directory. I moved it to httpdocs and now is shows files within it. Looks like it works fine.
 
Top