• 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.

w3 total cache not detecting memcached

ethanielc

New Pleskian
I am on Plesk 12.5 with CentOS 7. Memcached installed via EPEL repo.

[root@plesk ~]# rpm -qa|grep memca
libmemcached-devel-1.0.16-5.el7.x86_64
memcached-1.4.15-9.el7.x86_64
libmemcached-1.0.16-5.el7.x86_64

[root@plesk ~]# systemctl status memcached.service
● memcached.service - Memcached
Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2016-04-18 17:27:55 SGT; 4min 24s ago
Main PID: 9402 (memcached)
CGroup: /system.slice/memcached.service
└─9402 /usr/bin/memcached -u memcached -p 11211 -m 512 -c 1024 -l 127.0.0.1

Somehow Wordpress W3 total cache not detecting the module(attached image). PHPinfo showing memcached module is loaded as well on PHP 5.6.

Any idea? :)


edit 1: installed memcache(no d) PHP extension and w3TC detected memcached correctly.

1. [root@plesk ~]# /opt/plesk/php/5.6/bin/pecl install memcache
2. [root@plesk ~]# echo "extension=memcache.so" > /opt/plesk/php/5.6/etc/php.d/memcache.ini
 

Attachments

  • Untitled.png
    Untitled.png
    47.9 KB · Views: 7
  • PHP.png
    PHP.png
    51.3 KB · Views: 7
Last edited:
Back
Top