• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Martin73

  1. Martin73

    Resolved N8N in docker : ERR_ERL_UNEXPECTED_X_FORWARDED_FOR

    You saved my day, thank you very much! :)
  2. Martin73

    Resolved N8N in docker : ERR_ERL_UNEXPECTED_X_FORWARDED_FOR

    I have a similar problem with n8n. I want to add the following to nginx directives: location / { proxy_pass http://127.0.0.1:5678; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host...
  3. Martin73

    Issue n8n installation - Failed to start Python task runner

    I already activated that yesterday, but the error message is still appearing.
  4. Martin73

    Issue n8n installation - Failed to start Python task runner

    I run a VPS with Ubuntu 20.04 OS and Plesk Web Admin Edition. I now want to install and try out the n8n automation platform via Docker. This requires Python to be installed. I did this according to the following instructions. Except for point 6. I cannot find the path Service Plans > Hosting...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    You are right, there is an error. What can I do? :confused:
  11. 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" >...
  12. 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
  13. 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
  14. 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>
  15. 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]...
Back
Top