• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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