• 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 Problem with mariaDB repository

    For today I get 2 error messages which probably belongs to each other: 1. ERROR: E:The repository 'Index of /mariadb/repo/10.5/ubuntu/ focal Release' no longer has a Release file. 2022-02-19 05:32:16 ERROR: Exited with returncode 1. 2. run-parts...
  2. Jürgen_T

    Resolved Wrong php version during Drupal 9.X-Installation

    I am using a separate installation of composer 2.X and php 8.0 - this works in my case without problems. Unfortunately php 8.1 does not work with drupal 9.3X - to many deprecated code in various modules and core, yet.
  3. Jürgen_T

    Resolved Plesk Email Security DNSBL is red

    Thank you, I checked it and ... so simple and I thougt it would be a misconfiguration!
  4. Jürgen_T

    Resolved Plesk and Brotli

    I found the same entry in my case, so. it seems to work.
  5. Jürgen_T

    Resolved Plesk and Brotli

    I have now configured pagespeed following the recipe of your link. Although the new cache (/var/cache/new-cache) is filling up with content but the described test curl -Is my.domain | grep X-Page-Speed X-Page-Speed: 1.13.35.2-0 does not bring up any output? Any idea? However, most important was...
  6. Jürgen_T

    Resolved Plesk and Brotli

    Thank you. Did you something special configure in nginx.conf to make pagespeed work or does it work from the scratch after loading this module?
  7. 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...
  8. 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
  9. 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 ->...
  10. 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...
  11. 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?
  12. 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...
  13. 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
  14. 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...
  15. 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...
  16. 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...
  17. 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.
  18. Jürgen_T

    Resolved Plesk Email Security DNSBL is red

    Have the same problem since the update to Obsidian 18.0.40.
  19. 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
Back
Top