• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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