Hi
webmail.domainA.com
webmail.domainB.com
webmail.domainC.com
webmail.domainD.com
were working since all domains were under one shared IP.
Now:
Shared old IP - 888.888.888.888
webmail.domainA.com - Shared old IP - ovh.hostname.com
webmail.domainB.com - Shared old IP - ovh.hostname.com
- here is ok, and i can get redirected to https://hostname.com:2096
But:
webmail.domainC.com - IP: 111.222.111.222 (example)
webmail.domainD.com - IP: 555.666.555.666 (example)
Not working:
Page Not found.
When I try webmail.domainD.com/webmail or :2096 - webmail works.
Tried to do sth with Tweak>>Proxy
And one more thing. Why webmail.domainB.com brings me to https://hostname.com:2096 and not to : domainB.com:2096
http.conf
And WHY only Old-Shared_IP domains working ok while domains new separate IP's doesn't?
My WHM version: WHM 58.0 (build 36)
webmail.domainA.com
webmail.domainB.com
webmail.domainC.com
webmail.domainD.com
were working since all domains were under one shared IP.
Now:
Shared old IP - 888.888.888.888
webmail.domainA.com - Shared old IP - ovh.hostname.com
webmail.domainB.com - Shared old IP - ovh.hostname.com
- here is ok, and i can get redirected to https://hostname.com:2096
But:
webmail.domainC.com - IP: 111.222.111.222 (example)
webmail.domainD.com - IP: 555.666.555.666 (example)
Not working:
Page Not found.
When I try webmail.domainD.com/webmail or :2096 - webmail works.
Tried to do sth with Tweak>>Proxy
And one more thing. Why webmail.domainB.com brings me to https://hostname.com:2096 and not to : domainB.com:2096
http.conf
Code:
<VirtualHost 111.222.111.222:80 555.666.555.666:80 888.888.888.888:80 >
ServerName ovh.hostname.com
ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.*
...
RewriteCond %{HTTP_HOST} !^ovh.hostname.com$
RewriteCond %{HTTP_HOST} ^webmail.
RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
/>
<VirtualHost 111.222.111.222:443 555.666.555.666:443 888.888.888.888:433 >
ServerName ovh.hostname.com
ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.*
...
RewriteCond %{HTTP_HOST} !^ovh.hostname.com$
RewriteCond %{HTTP_HOST} ^webmail.
RewriteRule ^/(.*) http://127.0.0.1:2096/$1 [P]
/>
My WHM version: WHM 58.0 (build 36)
Last edited by a moderator: