Skip to main content

Proxy subdomains point to first SSL entry on Apache

Comments

2 comments

  • Rogerio
    Found the problem! 1.1.1.2:80 entries does NOT have webmail, cpanel, whm, etc entries. ServerName second.com ServerAlias mail.second.com www.second.com autodiscover.second.com webdisk.second.com cpanel.second.com webmail.second.com Why and how to fix without edit httpd.conf manually to insert missing entries? ------------ EDIT: I think this is not the problem. I can see entries in the other IP 1.1.1.3 like this and works... only happens with 1.1.1.2 and no problems with 1.1.1.1 and 1.1.1.3.
    0
  • cPanelLauren
    You can add service domains (formerly proxy subdomains) with the following: # /scripts/servicedomains --help Usage: servicedomains [action] [options] Options: --help Brief help message --man Full help message --user= User to configure --domain= Domain to configure --subdomain= Service subdomain to manipulate --no_replace=0 Enable replacment of existing records (currently only used for changing autodiscover hosts) --old_autodiscover_host= The previously configured autodiscover host (used for matching old records and updating them to the new host) --force_autodiscover_support=1 Behave as if the autodiscover support has not been disabled even if it has. This is useful for removing the autodiscovery service subdomains after the support for them has been disabled. --ifenabled Only perform the operation if service subdomains are enabled. Actions: add Create service subdomains remove Remove service subdomains
    0

Please sign in to leave a comment.