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

503 Error

vmbelizario

New Pleskian
Hello,

I have a Plesk 12 on a Centos 6.6 Server. I have 3 domains on this server, and one of this domains only some pages give me a 503 error - and i cant find where fix It.

I tried to do:
Plesk Control Panel : Websites & Domains > mydomain.com > Web Server Settings > Put ErrorDocument 503 /custom_error.html

/etc/httpd/conf/plesk.conf.d/server.conf : add the ErrorDocument 503 /custom_error.html on virtual host of this domain

Edit the /var/www/vhosts/system/mydomain.com/conf/last_httpd.include file and add the line ErrorDocument 503 /custom_error.html on my domain

edit
/var/www/vhosts/mydomain.com/error_docs/maintenance.html file

edit
/var/www/error/HTTP_SERVICE_UNAVAILABLE.html.var file

create a
RewriteRule^.*$ https://www.mydomain.com/404-page/ [R=503,L]
ErrorDocument503 https://www.mydomain.com/404-page/

in .htaccess,
it worked, the error redirect to 404 page ( a nice page) but the home page redirect to 404 too.

Can someone help me ?
 
Back
Top