Steps to install memcache in WHM

kumkumsharma

Administrator
Staff member
You can follow below steps to install memcache in WHM:
  • Login to WHM.
  • Click on “Module installer” under “Software”, here you can see all the installed modules.
  • Here click on “Manage” button in PHP Pecl module.
  • You will find search bar in “Find a PHP Pecl”, you have to search “memcache” and click on “Go” button.
  • Now you have to install both memcache & memcached.
  • You have successfully installed module but make sure there is no error available. If you are getting any error then you have to run below command to install it.
Code:
yum install libmemcached
  • Restart your Pecl via SSH with below command.
Code:
Service https restart
 
Top