Following article will assist you to install Memcache in cPanel/WHM server.
- Login into your WHM.
- Locate Software section and select Module Installers. Here you will see list of installed language modules.
- 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. [ Từ kết quả tìm kiếm, cài đặt cả memcache & memcached.]
- At the end of each installation, scroll down to make sure each of them installed perfectly and did not give any errors. [ Vào cuối mỗi lần cài đặt, cuộn xuống để đảm bảo mỗi trong số chúng được cài đặt hoàn hảo và không đưa ra bất kỳ lỗi nào.] If you receive a dependency error while installing memcached. [ Nếu bạn nhận được một lỗi phụ thuộc trong khi cài đặt memcached.] Connect to server via SSH and run following command. [ Kết nối với máy chủ thông qua SSH và chạy lệnh sau.]
yum install libmemcached.
- Once these PHP Pecls are installed, restart apache service by issuing following command in SSH.
service httpd restart