HostOnNet Blog

Install Memcached On Cpanel Server

Looking for Linux Server Admin or WordPress Expert? We can help.

Memcached is a object cache available from

https://memcached.org

To install memcached on cpanel server, login to SSH as user root, run

yum install memcached

Enable memcached start on boot with

systemctl enable memcached

Start memcached with

systemctl start memcached

Enable memcached PHP module

For PHP applications to use memcached, we need PHP module installed. To install login to WHM as user root, go to

Home > Software > Module Installers

Click on Manage link for PHP Pecl. On next screen, search for memcache.

Click the link link right side of memcache and memcached.

Now check phpinfo() page, you will see memcache listed.

Posted in Cpanel Server

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.