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

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