• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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