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

Show under maintenance page to all sites

Amin Taheri

Golden Pleskian
Plesk Certified Professional
Hi,

How can i show a under maintenance page - the same page - to all sites on a server?
 
Is it enough to just create a new httpd.conf file based on the default with this:

<VirtualHost *:80>
DocumentRoot /var/www/vhosts/single-domain-root.com/httpdocs
</VirtualHost>

And then every request for any domain that comes in will get the default page from the single-domain-root.com domain?

Or is that even needed?
By simply having a
DocumentRoot "/var/www/vhosts/single-domain-root.com/httpdocs" directive in the main config section, would that allow any unnamed virtual host request that comes in to that location, thus negating the need for any customization?
 
Back
Top