• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. Jürgen_T

    Issue Postfix / Dovecot Problem / ePlesk 18.0.40 and Ubuntu 20 LTS

    Suddenly I receive the following error messages for all incoming E-Mails: Out: 220 mail.tenckhoff.de ESMTP Postfix (Ubuntu) In: EHLO keeper-us-east-1b.mxtoolbox.com Out: 250-mail.tenckhoff.de Out: 250-PIPELINING Out: 250-SIZE 51200000 Out: 250-ETRN Out: 250-STARTTLS Out: 250-AUTH...
  2. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    I guess I could get it solved now. Your idea concerning a cache problem was right. I disabled opcache and apc-cache for the subdomain and now it works again. Probably this didn't come out when I used the previous version of Plesk as I started to optimize metatags just know what seems to...
  3. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    First of all - let me record my thank for your appreciate advice!! I just tested another php-Version (7 instead 8) and followed you last recommendation by adding fastcgi_buffers 8 16k; fastcgi_buffer_size 32k; to the nginx-configuration. Then I startet the plesk repair installation and later...
  4. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    I am using the php-extension "drush" to manage my drupal site and with the drush command "drush cr" the cache is rebuild. But this did not solve my problem which still persist. Do you know a safe procedure to fall back to the previous Plesk-Version - in my case 18.0.39 update 2? With this...
  5. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    Drupal has a module called metatag. If I switch in extended settings the language from "de" to "de_DE", save this and go to the homepage then I receive this error. I f I write a new article, save it and go to the homepage everything works fine. It is very confusing.
  6. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    And root@mail:~# plesk repair web Checking the configuration of Apache modules ........................ [OK] Checking web server configuration Reinstall SSL/TLS certificates and set the default certificate for all IP addr esses? [Y/n]...
  7. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    It is fpm served by nginx - no apache. php 8.0.13
  8. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    This is my configuration. Why do I use Apache?
  9. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    Any idea? I am wondering that it is my IP6 address and not the IP4 address
  10. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    Thank you. I checked the Apache logs. There where nothing helpful. Probably because I use nginx not as proxy but stand alone. In an other subdomain I get now the same errors errors after modifying the drupal metatags: 2021-11-28 19:35:50 Error 2003:f7:bf15:2800:9502:a0b7:5fd2:b868 502 GET /...
  11. Jürgen_T

    Question Upgrade Mariadb to 10.5

    I receive the same warning: PHP Warning: XMLWriter::text() expects parameter 1 to be string, array given; File: /opt/psa/admin/plib/api-rpc/ExpandXMLLib.php, Line: 203 Anybody here for explanation?
  12. Jürgen_T

    Resolved Backup problem after upgrade to Obsidian 18.0.40

    Since the upgrade to Obsidian 18.0.40 my daily backups do not work without error messages. Does anyone know what these messages mean and how to solve the problem? The errors are: Warning: Subscription "tenckhoff.de" Unable to back up files from...
  13. Jürgen_T

    Resolved 502 Bad Gateway after upgrade to Obsidian 18.0.40

    After the upgrade to Plesk Obsidian 18.0.40 (Plesk Obsidian v18.0.40_build1800211119.12 os_Ubuntu 20.04) I get the 502 Bad Gateway Error after hanging a metatag in Drupal (9) and returning to the Website. Protocol shows the following: My-IP6 .... 16036#0: *10325 recv() failed (104: Connection...
  14. Jürgen_T

    Upgrade Mariadb 10.5 via plesk on ubuntu 18.04

    I followed "How to upgrade MySQL 5.5 to 5.6/5.7 or MariaDB 5.5 to 10.x on Linux?" and it worked fine. The only problem is, that apt list -a --upgradable shows this: mysql-common/unbekannt,unbekannt,unbekannt 1:10.5.11+maria~focal all [aktualisierbar von: 5.8+1.0.5ubuntu2]...
  15. Jürgen_T

    Question How can I renew the E-Mail-certificates/keys: starttls.m4 and sasl.m4

    Thank you for this information, then I will get rid of these files
  16. Jürgen_T

    Question How can I renew the E-Mail-certificates/keys: starttls.m4 and sasl.m4

    They probably come automaticaly with the installation of ubuntu 20.04.3 LTS and reside in the directory as mentioned above. They are shown when using the command sudo grep -lr "<old hostname>" /etc/*
  17. Jürgen_T

    Question How can I renew the E-Mail-certificates/keys: starttls.m4 and sasl.m4

    How can I renew the E-Mail-certificates/keys: starttls.m4 and sasl.m4 as they contain my <old servername> and I would like to have the <new servername> contained here as well. /etc/mail/tls/starttls.m4 /etc/mail/sasl/sasl.m4
  18. Jürgen_T

    Resolved OpenVPN Firewall configuration

    Since crontab etc. did not work, I have now reactivated the good old rc.local. rc.local is not available on Ubuntu 20.04.3 LTS by default. You have to set up a corresponding service that starts when you reboot. In my case iptables and a desired configuration as mentioned above can now be started...
  19. Jürgen_T

    Resolved OpenVPN Firewall configuration

    OpenVpn is only working on my v-server (Ubuntu 20.04.3 LTS / Plesk Osidian) when I configure iptables with the command: iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQERADE After server reboot this rule has disappeared and I have to use the command again via ssh. Is there any...
  20. Jürgen_T

    Input Permanent hostname

    After upgrading my V-Server to Ubuntu 20.04.3 LTS + Obsidian I spent some time on the "permanent hostname" issue again. Changing the "hostname" in Plesk did not survive a reboot at all as the necessary files etc/hostname and etc/mailname got kept but etc/hosts got the original content again...
Back
Top