• 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

Recent content by Martin73

  1. Martin73

    Issue Problems with installing memcached for PHP 8.2

    It's embarrassing. I made the same mistake I did with PHP 8.0. :rolleyes: 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.2/bin/pecl install...
  2. Martin73

    Issue Problems with installing memcached for PHP 8.2

    I was able to install memcached with this work around. This was possible for PHP 8.0 and also for version 8.1. PHP 8.2 however makes problems. After “service plesk-php82-fpm restart” comes the following message: Job for plesk-php82-fpm.service failed because the control process exited with error...
  3. 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...
  4. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    This is the result: # /opt/plesk/php/8.0/bin/php -m | grep memc PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /opt/plesk/php/8.0/lib/php/modules/memcached.so (/opt/plesk/php/8.0/lib/php/modules/memcached.so: cannot open shared object file: No such file or...
  5. 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...
  6. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    You are right, there is an error. What can I do? :confused:
  7. 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" >...
  8. Martin73

    Issue How can I define command-line interpreter for PHP 7.4

    Thank you! This was the solution, but without "-s". link /opt/plesk/php/7.4/bin/php /bin/php
  9. Martin73

    Issue How can I define command-line interpreter for PHP 7.4

    I've installed PHP 7.4 according to these instructions. I have also read that Plesk 18 (Obsidian) doesn't use OS PHP. So I uninstalled PHP 7.2 because it's outdated. But now I have no command-line interpreter defined. How can I do this for PHP 7.4? Ubuntu 18.04.3 Plesk Obsidian 18.0.33
  10. Martin73

    Issue AH01630: client denied by server configuration

    Thanks a lot, but it's already in the file: <Directory "/usr/share/plesk-service.localdomain"> AllowOverride None Options None Require host localhost Order deny,allow Deny from all Allow from localhost </Directory>
  11. Martin73

    Issue AH01630: client denied by server configuration

    Sorry, Ampache and Apache is very close. ;) [Wed Apr 29 16:13:05.626238 2020] [access_compat:error] [pid 17920:tid 139784559236864] [client 127.0.0.1:38142] AH01797: client denied by server configuration: /usr/share/plesk-service.localdomain/ [Wed Apr 29 16:18:07.768656 2020]...
  12. Martin73

    Issue AH01630: client denied by server configuration

    I could only find a runtime error... ampache.20200429.log
  13. Martin73

    Issue AH01630: client denied by server configuration

    I have installed the music server Ampache and noticed that no covers are displayed during playback. After a look in the error log I saw following message: [Tue Apr 28 20:51:15.609666 2020] [authz_core:error] [pid 3737:tid 139783904933632] [client XXX.XXX.XXX.XX:41474] AH01630: client denied by...
  14. Martin73

    Resolved Server periodically unavailable or very slow with errors 502/504

    In my case the addon from my CMS was the cause. You can go under this path to search for errors: /var/log/plesk-php72-fpm Here you will find tips for PHP-FPM optimization: Optimizing PHP-FPM for High Performance https://bobcares.com/blog/php-fpm-tuning-high-load/
  15. Martin73

    Resolved Server periodically unavailable or very slow with errors 502/504

    The problem was a wrong PHP-FPM configuration. After the optimization the troubles were solved.
Back
Top