It is a Free & open source, high-performance, distributed memory object caching system, Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development,
and solves many problems facing large data caches.
- Login into your WHM.
and solves many problems facing large data caches.
- Login into your WHM.
- Go to Software section and select Module Installers.
- Click on Manage button of PHP Pecl language module.
- Under Find a PHP Pecl search bar, search for "memcache" and click on Go button.
- From the search results, install both memcache & memcached.
- At the end of each installation, scroll down to make sure each of them installed perfectly and did not give any errors. If you receive a dependency error while installing memcached.
Connect to server via SSH and run following command.
- Under Find a PHP Pecl search bar, search for "memcache" and click on Go button.
- From the search results, install both memcache & memcached.
- At the end of each installation, scroll down to make sure each of them installed perfectly and did not give any errors. If you receive a dependency error while installing memcached.
Connect to server via SSH and run following command.
#yum install libmemcached.
- Once these PHP Pecls are installed, restart apache service by issuing following command in SSH.
- Once these PHP Pecls are installed, restart apache service by issuing following command in SSH.
#service httpd restart