• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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