February 20

Install Memcached on cPanel servers

we can do it in 2 simple steps:

1. need to install additional cPanel repository:

yum install -y ea4-experimental

2. now we can install memcache and memcached for all php versions:
for i in `ls -1 /opt/cpanel/|grep php`;do yum install -y "$i"-php-memcached "$i"-php-memcache;done


Copyright 2021. All rights reserved.

Posted 20 February 2020 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.