Collapse

Announcement

Collapse
No announcement yet.

How to install memcache on cpanel with easy apche 4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to install memcache on cpanel with easy apche 4

    Hello,

    How to install memcache on cpanel with easy apche 4.


  • #2
    Memcache and Memcached are now available in the Experimental Repository of EasyApache 4.

    Use below commands to install Memcache and Memcached:

    yum install ea4-experimental
    yum install ea-php56-php-memcache
    yum install ea-php56-php-memcached


    Replace "php56" with the PHP version you would like the installation for, example: php54, php55, php70

    Finally, enter the below code to install Memcached deamon.

    yum install ea-memcached

    Comment

    Working...
    X