Suppose I have a single VPS running on one of the major clouds and it’s using Apache virtual hosts to serve three websites over three different domains: example1.com, example2.com, example3.com.
Can someone who is browsing example1.com think, Hmm, I wonder what other sites this person runs? and figure out that example2.com and example3.com are coming from the same server?
I think the answer is yes because they have the same IP address and thus it’s just a reverse DNS lookup, right?
Is there anything I can do to prevent this?