Fixed: Switch shared/dedicated IP: Verification if Global DNS Records contains
an IP address. In that case raise an error. System admin has to replace teh IP addresses for the [ip] alias
This commit is contained in:
parent
af958f94a8
commit
23ff0c4751
4 changed files with 31 additions and 2 deletions
|
@ -114,6 +114,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public const int ERROR_WEB_SITE_IP_ADDRESS_NOT_SPECIFIED = -607;
|
||||
public const int ERROR_WEB_SITE_SHARED_IP_ADDRESS_NOT_SPECIFIED = -608;
|
||||
public const int ERROR_WEB_SHARED_SSL_QUOTA_LIMIT = -609;
|
||||
public const int ERROR_GLOBALDNS_FOR_DEDICATEDIP = -610;
|
||||
#endregion
|
||||
|
||||
#region Mail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue