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

Parked Domain and DNS Zone Records

D

dottim

Guest
I now have another question regarding custom <VirtualHost> and DNS Zones. When I add my own Virtual Host hosts to my Apache config file, I have a concern regarding domain routing. Same senerio as above except without subdomains.

<VirtualHost ip address:80>
ServerName parkeddomain.com
ServerAlias www.parkeddomain.com
DocumentRoot /var/www/vhosts/domain.com/httpdocs/parkeddomain
<Directory /var/www/vhosts/domain.com/httpdocs/parkeddomain>
DirectoryIndex index.html
</Directory>
</VirtualHost>

I am trying to setup parked domains to a directory within my httpdocs directory of another domain. By doing the above solutions works except my concerns are how would I handle my DNS Records?

I have all my parked domains setup as:
ns1.domain.com ip address 1
ns2.domain.com ip address 2

How do you set up DNS Routining or can you enter these into the domain.com DNS Zones that the parkeddomains are being routed to. And doing this is using my domain licenses? v
 
Back
Top