• 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 current 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

Search results for query: "PHP" "memcached"

  1. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    I run a fully dedicated server with PHP 7.4.33 (opcache and memcached) and a 2TB RAID HDD, Ubunto 20.04. I haven't tried PHP 8 yet, as not all parts of my forum are 100% compatible at this time.
  2. D

    Issue How to install Memcache PECL extension for PHP (not Memcached)

    Unfortunately, I don't have GUI to manage PECL packages, I using MAMP PRO for macOS and it have PECL. I run command with like seem: `/Applications/MAMP/bin/php/php5.6.40/bin/pecl install memcache-3.0.8 --with-zlib-dir=/opt/homebrew/Cellar/zlib/1.3/include/zlib.h` In that...
  3. D

    Issue Ram consumption very high

    CPU usage was low. I couldn't call up anything in Plesk anymore. Everything had hung in the putty too. I have now updated to the latest Plesk and disabled apcu and memcached for all PHP applications. I only installed apcu and memcached a few days ago. Let's see if tonight is better.
  4. S

    Question php extension don't appears on plesk panel

    Hi, i install a new plesk server (Debian 10 - plesk 18.0.46) and when i add a new php extension (memcache, acpu ...) they don't appear on Plesk panel. https://support.plesk.com/hc/en-us/articles/115000065409-How-to-install-uninstall-memcached-PHP-extension-for-Plesk-PHP-handlers Thanks
  5. U

    Resolved mysql tuning

    Hello Trialotto, thank you for your feedback. I set the innodb_buffer_pool_size= to 2GB. I use WP Rocket, Asset Clean Up and php 8.1 and all unnecessary resources have already been unloaded and the cache has also been optimized. I'm still cautious about Redis and Memcached or ngnix cache...
  6. Pascal_Netenvie

    Issue Add Memcache and Ioncube to PHP 7.0 / 7.1 / 7.2 on Debian 11.5 + Plesk 18.0.46

    Hi, I succesfully added PHP 7.1.33 to a new server running Debian 11.5. But now i want to add memcache to it and also Ioncube. But i can' t find a way to make it work ... If someone have the good process ... Cheers !
  7. herrMartin

    Resolved Submitting my PHP FPM config for review and recommendations please!

    One very non-obvious thing you might test out is your io performance from your vps. Sometimes you get a quite beefy vcpu and enough ram and you got also SSD /NVMe on your VPS but with limited IO. One of my vps is still such a machine and peaks! out at 75mbs reading or writing from disk. dd...
  8. Pascal_Netenvie

    Issue Add Memcache and Ioncube to PHP 7.0 / 7.1 / 7.2 on Debian 11.5 + Plesk 18.0.46

    Hi, Thanks for your answers. @IgorG We must use these PHP versions cause some applications are only 7.1 or 7.2 compatible. @Hangover2 Yes thanks. Since my post i had ioncube installed successfully. For memcache i also installed this package but it seems unreachable on standard port (11211)...
  9. Hangover2

    Issue Add Memcache and Ioncube to PHP 7.0 / 7.1 / 7.2 on Debian 11.5 + Plesk 18.0.46

    @IgorG It is other way around. The Plesk PHP packages for version 5.6 to 7.3 are outdated because they are officially EOL. The PHP packages from sury.org include backported security fixes. We also use them for our clients to fulfill our security SLAs for old PHP versions. @Pascal_Netenvie...
  10. M

    Issue Install Memcached Issue

    Hi, I try to install Memcached on my Plesk on Ubutun 20.0.4 but i have some issue. I follow this article https://support.plesk.com/hc/en-us/articles/115000065409-How-to-install-uninstall-memcached-PHP-extension-for-Plesk-PHP-handlers And at the final point i have this error ...
  11. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    That was a difficult birth. I uninstalled memcached and started from scratch. The php.ini was the cause. Here are the steps for the installation: apt install memcached autoconf automake gcc libmemcached-dev libhashkit-dev pkg-config plesk-php*-dev zlib1g-dev /opt/plesk/php/8.0/bin/pecl install...
  12. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    It's already installed. This is the message: # apt install plesk-php80-dev plesk-php80-dev is already the newest version (8.0.13-ubuntu.20.04.211119.1249). 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. # /opt/plesk/php/8.0/bin/pecl install memcached pecl/memcached is already...
  13. D

    Issue Ram consumption very high

    `iostat 10 -t` does not work After disabling memcached and apcu on every PHP version things got a lot better. The settings of mpm_event also play a role. <IfModule mpm_event_module> StartServers 2 MinSpareThreads 25 MaxSpareThreads 75 Thread limit 64 ThreadsPerChild 25 MaxRequestWorkers 150...
  14. IgorG

    Resolved Problems with installing memcached for PHP 8.0

    Do you have this module loaded now? Please check it with # /opt/plesk/php/8.0/bin/php -m | grep memc
  15. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    I used the following instructions for installing memcached and changed 7.4 to 8.0: apt install memcached autoconf automake gcc libmemcached-dev libhashkit-dev pkg-config plesk-php*-dev zlib1g-dev /opt/plesk/php/8.0/bin/pecl install memcached echo "extension=memcached.so" >...
  16. IgorG

    Resolved Problems with installing memcached for PHP 8.0

    Please, make sure that command: # /opt/plesk/php/8.0/bin/pecl install memcache is completed with the following message: Build process completed successfully Installing '/opt/plesk/php/8.0/lib64/php/modules/memcached.so' install ok: channel://pecl.php.net/memcached-3.1.5 configuration option...
  17. IgorG

    Resolved Problems with installing memcached for PHP 8.0

    After step /opt/plesk/php/8.0/bin/pecl install memcached PHP memcached module compilation process should be completed without any errors. There is no point in taking subsequent steps without successfully completing this step. I asked about errors in this step. I suppose that you have error like...
  18. IgorG

    Resolved Problems with installing memcached for PHP 8.0

    Are you sure this step of compiling the module was completed without errors?
  19. S

    Issue update error 18.0.47 #5 to 18.0.48

    You can solve your problem following these steps. #wget http://mirror.centos.org/centos/7/os/x86_64/Packages/php-common-5.4.16-48.el7.x86_64.rpm #wget http://mirror.centos.org/centos/7/os/x86_64/Packages/php-5.4.16-48.el7.x86_64.rpm #wget...
  20. E

    Resolved How to install APCu on Centos7 with Plesk Obsidian 18.0.38

    Hello Boys and Girls, I am trying to get my nextcloud running under php 8. So I installed php8 via Plesk Updater. I also installed the devel version # yum list installed | egrep "^plesk-php[0-9]{2}-devel" plesk-php73-devel.x86_64 1:7.3.30-1centos.7.210827.1012 @PLESK_17_PHP73...
Back
Top