• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  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.
  16. Martin73

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

    I changed my email setting to Horde and then back to Roundcube. I don't know the reason. At the moment everything looks good. :)
  17. Martin73

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

    I have the same issue. But this only happens in connection with Roundcube. On the subdomain webmail.mydomain.com I get the following message: 504 Gateway Time-out nginx. The domain www.mydomain.com is not affected. ‪Ubuntu 18.04.3 LTS‬ Plesk Onyx 17.8.11
  18. Martin73

    Question How to block a country

    Fail2Ban and ModSecurity is already enabled. The Advisor is also active. Blocking countries should only be an additional security.
  19. Martin73

    Question How to block a country

    I run a virtual server and register more and more attacks from Asia. Especially from China and via a provider called DigitalOcean. What is the easiest way to block an entire country in Plesk? With htaccess I can only block access to a single website. And the file has to be read every time a...
  20. Martin73

    Important SSL It! Extension

    I found an irregularity. After activation of HSTS, the result is as follows: Strict-Transport-Security max-age=15768000 max-age=15768000; includeSubDomains The max-age is double! Ubuntu 18.04.3 LTS‬ Plesk Onyx 17.8.11
Back
Top