• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Issue Can someone help me install Memcached on 7.4

Ash95

New Pleskian
im using php7.4.20

ubuntu

i have done this (Does not work)

apt install memcached
# apt-get install php-memcached
# plesk bin php_handler --reread
# service apache2 restart
# service php72-fpm restart


i have also tried this (Does not work)
# apt-get install libmemcached-dev plesk-php73-dev autoconf automake gcc make
# /opt/plesk/php/7.3/bin/pecl install memcached
# echo "extension=memcached.so" > /opt/plesk/php/7.3/etc/php.d/memcached.ini
# plesk bin php_handler --reread

Now I see:

# /opt/plesk/php/7.3/bin/php -i | grep "memcached support"
memcached support => enabled
root@ppu18-0-webpro:~# /opt/plesk/php/7.3/bin/php -m | grep memcached
memcached
 
Back
Top