• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Change DocumentRoot of default vhost

I created a vhost for my domain via Plesk. It has been created under /var/www/vhosts/<mydomain>.

I would like to use <mydomain> as the default vhost. Currently, server.conf file (/etc/httpd/conf/plesk.conf.d/) specifies DocumentRoot path to /var/www/vhosts/default/htdocs and any changes made in this file are automatically overwritten anyway.

How do I adjust the configuration, so when I go to a browser and access <mydomain> or <myIP>, the custom domain files are served instead of the Plesk's default vhost?

I tried to do it with vhost.conf placed under /var/www/vhosts/<mydomain>/conf/ and reconfiguring vhosts afterwards, but the default DocumentRoot remains unchanged, even with restarting Apache.

It's getting a little bit frustrating actually. This kind of a change should be possible to be made via the GUI in a clear, easy way...
 
Back
Top