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

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