• 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 Alex Movergan

  1. A

    Question How to password protect website hosted with docker

    Disable the docker proxy rule Create `/var/www/vhosts/example.com/httpdocs/.htpasswd` file as per Nginx documentation. Set right permissions. Add the following configuration into Plesk->example.come>Apache&Nginx settings->Additonal nginx directives: location ~ ^/.* { auth_basic...
  2. A

    Issue error create database for site WordPress Toolkit

    Try to check what is specified in Plesk->Tools&Settings->Database Hosting Preferences. Make sure you are not allowing localhost only, it won't work for a remote database:
  3. A

    Resolved https://mydomain.com:8447 not resolving

    It must be Cloudflare. It doesn't proxy 8447 port
  4. A

    Question Commit changes made on the server with Git extension for Plesk Onyx

    Hello, I was managed to commit by doing the following: 1. create simlink inside the project: ln -s ../git/example.git .git 2. Add the following options to git git --git-dir .git --work-tree .<commit/add/push> I assume `git --git-dir ../git/example.git --work-tree .<commit/add/push>` would...
Back
Top