• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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