HOW TO INSTALL MEMCACHE ON WHM/CPANEL SERVER (CENTOS)?

Following article will assist you to install Memcache in cPanel/WHM server.

  1. Login into your WHM.
  2. Locate Software section and select Module Installers. Here you will see list of installed language modules.

    Software Section

  3. Click on Manage button of PHP Pecl language module.

    Module Installers

  4. Under Find a PHP Pecl search bar, search for “memcache” and click on Go button.

    PHP PECL Installer

  5. From the search results, install both memcache & memcached. [ Từ kết quả tìm kiếm, cài đặt cả memcache & memcached.]

    Install Memcache

  6. 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.
  7. Once these PHP Pecls are installed, restart apache service by issuing following command in SSH.
    service httpd restart