• 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 Rexikon

  1. R

    Resolved Amavis installed by Plesk Email Security fatal error

    test my workaround mentioned above :)
  2. R

    Resolved Amavis installed by Plesk Email Security fatal error

    go to: /etc/amavisd/email-security.conf change from: @lookup_sql_dsn =( ["DBI:MariaDB:database=emailsecurity;mysql_socket=/var/lib/mysql/mysql.sock", "xxxxx", "xxxxx"] ); to: @lookup_sql_dsn =( ["DBI:MariaDB:database=emailsecurity;host=127.0.0.1", "xxxx", "xxxxxx"] );
  3. R

    Issue Nextcloud Your web server is not properly set up to resolve

    Found solution, just add this: rewrite ^/.well-known/host-meta$ /public.php?service=host-meta permanent; rewrite ^/.well-known/host-meta.json$ /public.php?service=host-meta-json permanent; rewrite ^/\.well-known/carddav$ /remote.php/dav permanent; rewrite ^/\.well-known/caldav$ /remote.php/dav...
  4. R

    Issue Nextcloud Your web server is not properly set up to resolve

    I love to google problems and it points to unresolved topic :)
Back
Top