• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. Jürgen_T

    Resolved Plesk and Brotli

    I curl -IL https://test.mydomain.de -H "Accept-Encoding: br" HTTP/2 200 server: nginx content-type: text/html; charset=UTF-8 vary: Accept-Encoding ... ... content-encoding: br Now it works. Main problem have been the missing symlinks. Thanks to Igor! My fault was, to install the symlinks but...
  2. Jürgen_T

    Resolved Plesk and Brotli

    @IgorG Would this work for my configuration, too? : Input - Bash script to compile Nginx from source with additional modules on Plesk Onyx
  3. Jürgen_T

    Resolved Plesk and Brotli

    Now I added the 2 symlinks by myself : ll /etc/nginx/modules.conf.d/*.conf lrwxrwxrwx 1 root root 34 Jan 2 18:33 /etc/nginx/modules.conf.d/brotli.conf -> ../modules.available.d/brotli.load lrwxrwxrwx 1 root root 37 Jan 2 18:34 /etc/nginx/modules.conf.d/pagespeed.conf ->...
  4. Jürgen_T

    Resolved Plesk and Brotli

    Hi Igor, wish you a happy New Year and thank you for jumping in. # ll /etc/nginx/modules.conf.d/*.conf Result is no access also I am logged in as root : # ll /etc/nginx/modules.conf.d/*.conf ls: Zugriff auf '/etc/nginx/modules.conf.d/*.conf' nicht möglich: Datei oder Verzeichnis nicht gefunden...
  5. Jürgen_T

    Resolved Plesk and Brotli

    Tried many new attemps - nothing works. Always: nginx: [emerg] unknown directive "brotli" in /etc/nginx/conf.d/brotli.conf:1 Any idea?
  6. Jürgen_T

    Resolved Plesk and Brotli

    This is my nginx.conf. Modules are loaded on top before the http part - seems to be ok? #user nginx; worker_processes 1; #error_log /var/log/nginx/error.log; #error_log /var/log/nginx/error.log notice; #error_log /var/log/nginx/error.log info; #pid /var/run/nginx.pid; include...
  7. Jürgen_T

    Resolved Plesk and Brotli

    This is the result: nginx -t nginx: [emerg] unknown directive "brotli" in /etc/nginx/conf.d/brotli.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed
  8. Jürgen_T

    Resolved Plesk and Brotli

    This brings nginx -V up: nginx version: nginx/1.20.1 built with OpenSSL 1.1.1f 31 Mar 2020 TLS SNI support enabled configure arguments: --prefix=/usr/share --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --modules-path=/usr/share/nginx/modules...
  9. Jürgen_T

    Resolved Plesk and Brotli

    My server with nginx stand alone: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (10 core(s)) Version Plesk Obsidian v18.0.40_build1800211207.16 os_Ubuntu 20.04 OS Ubuntu 20.04.3 LTS A recent test...
  10. Jürgen_T

    Question Webdav for backup

    Dropbox works fine as backup storage but I would like to backup my files in magentacloud. I have only webdav access to magentacloud and do not find neither a plesk-extension (like dropbox, onedrive etc) nor a possibility like ftps to use webdav. Is there a extension/feature/configuration for...
  11. Jürgen_T

    Resolved Backup problem after upgrade to Obsidian 18.0.40

    I just tried the backup since the new update 1 and ... it works again. Thank you for the quick solution. For me the issue is resolved.
  12. Jürgen_T

    Resolved Plesk Email Security DNSBL is red

    Have the same problem since the update to Obsidian 18.0.40.
  13. Jürgen_T

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

    The last error: 554 5.5.1 Error: no valid recipients
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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.
  19. 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]...
Back
Top