TMC
Verified User
- The following scenario is real, only the values have been changed to protect our innocent Resellers!
IP 123.123.123.1 is assigned to DA as a fixed IP for exclusive use by Reseller 1.
IP 123.123.123.2 is assigned to DA as a shared IP for exclusive use by Reseller 2.
So far, so good.
Reseller 1 creates website A which DA maps correctly to IP 123.123.123.1 and Apache returns the correct content for the domain ("static IP").
Reseller 2 creates websites B C & E which DA maps correctly to IP 123.123.123.2 and Apache returns the correct content for each domain ("name-based").
So far, so good.
Reseller 2 then creates websites F & G which DA maps correctly to IP 123.123.123.2 as before. Unfortunately DA configures Apache incorrectly at this point!
DA correctly assigns Domain F to IP 123.123.123.2 and Apache returns the correct name-based Reseller 2 content.
However, when DA assigns Domain G to IP 123.123.123.2....
.... instead of returning the correct name-based CONTENT of DOMAIN G, Apache returns the CONTENT of DOMAIN A. As stated above, Domain A belongs to Reseller 1. Running TRACEROUTE confirms Domain G is correctly mapped to Reseller 2's IP address. But Apache is delivering the WRONG CONTENT for Domain G. On top of which, everyting which Reseller 2 has uploaded to its Domain G FTP account is simply ignored by Apache.
Without causing downtime for either of our Resellers, how can we locate and manually fix the Apache misconfiguration causing this?