• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Two IPs to the same Address (directory)

D

desiguru

Guest
I want to point two IP addresses to the same website on the same server. But whenever I do that the plesk complains that:

"The subdomain with such name already exists."

How do I solve this?
 
Why would you want to do that?
I dont believe there is a way to do that in plesk, you could have to do it manually.
 
Trying to figure out load balancing for one of my friend. How can I do it manually? What file do I need to edit for this?
 
You can add a VirtualHost directive to a vhost.conf file, httpd.include file or even the httpd.conf if you feel so inclined.

However if your doing load balancing you should only have one IP per box and then have an inline device such as a BigIP do a NAT against the public ip to a pool of private ips.
 
Back
Top