• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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