• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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