• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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