• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question Plesk 12.5.30 xcache web admin

exospec

New Pleskian
Hi all,

Version 12.5.30, web pro edition

Installed from Centos7 combination ISO

Question:

How do I set up the web admin for the built-in xcache?

On previous servers I have installed it separately, and then been able to set up the web admin interface to check all running correctly.

Since I am having PHP performance issues on this new server set up vs an older Plesk 9.5.4 CentOS 5.9 set up, I need to investigate and configure xcache correctly.

Can anyone give instructions please?

Thank you
 
Just make sure that you have installed xcache package for corresponding Plesk PHP package. For example, on my test Plesk 12.5 server:

# rpm -qa | grep xcache
plesk-php53-xcache-3.2.0-centos6.15081014.i686
plesk-php54-xcache-3.2.0-centos6.15081011.i686
plesk-php52-xcache-3.2.0-centos6.15081015.i686

# rpm -ql plesk-php54-xcache-3.2.0-centos6.15081011.i686
/opt/plesk/php/5.4/etc/php.d/40-xcache.ini
/opt/plesk/php/5.4/lib/php/modules/xcache.so
 
Back
Top