• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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