Hello,
all proxy entries like webmail, cpanel, whm of all accounts are pointing to the IP's first created account.
Example:
- server has IPS 1.1.1.1, 1.1.1.2, 1.1.1.3
- main server IP is 1.1.1.1
- first.com was the first account created in the server in the second IP 1.1.1.2
- after, second.com and third.com created in the same 1.1.1.2
If I access:
www.first.com shows the correct website
But I access:
http :// webmail.second.com
http :// cpanel.third.com
show www.first.com too and the customers are not related!
If I edit httpd.conf, and search for "1.1.1.2:80", the first virtualhost shows:
<VirtualHost 1.1.1.2:80>
ServerName first.com
(...)
Note: only happens in http:// entries. https://webmail.second.com works.
How can I fix this?
all proxy entries like webmail, cpanel, whm of all accounts are pointing to the IP's first created account.
Example:
- server has IPS 1.1.1.1, 1.1.1.2, 1.1.1.3
- main server IP is 1.1.1.1
- first.com was the first account created in the server in the second IP 1.1.1.2
- after, second.com and third.com created in the same 1.1.1.2
If I access:
www.first.com shows the correct website
But I access:
http :// webmail.second.com
http :// cpanel.third.com
show www.first.com too and the customers are not related!
If I edit httpd.conf, and search for "1.1.1.2:80", the first virtualhost shows:
<VirtualHost 1.1.1.2:80>
ServerName first.com
(...)
Note: only happens in http:// entries. https://webmail.second.com works.
How can I fix this?
Last edited: