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

  1. T

    Resolved Custom 500 error page

    Thank you for your reply! I fixed it with the following: # Needed since the errors are coming from our backend. proxy_intercept_errors on; # Custom 500 page. error_page 500 /internal_server_error.html; location = /internal_server_error.html { root...
  2. T

    Resolved Custom 500 error page

    Hi UFHH01, Thank you for your reply! I changed the: "/var/www/vhosts/YOUR-DOMAIN.COM/error_docs/internal_server_error.html" page, but I'm still getting the browsers default error page (in Chrome), in Firefox I receive an White screen, when I look at the source it's empty. I removed all the...
  3. T

    Resolved Custom 500 error page

    Hi, I'm tring to add an custom 500 page to subdomain, it seems that this is not working, but I'm not sure if I'm doing something wrong. I'm using the Linux edition running on Ubuntu 16.04. This is what I tried: Enable "Custom error documents" on Hosting settings for the subdomain and main...
Back
Top