• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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