I'm aware that it's possible to have multiple DNS-registered domains pointing to a single server instance on a single box at a single IP address, and yet each URL takes one to a different place in the server's directory tree.
I haven't a clue how this works (even though I can make an IBM AS/400 do almost anything short of singing a chorus of "Melancholy Baby"), but I see it in action regularly. In fact, our own company web site has three different domains, each landing on its own home page.
My question is what happens if we were hosted on one or more load-balanced Google Cloud Compute Engine instances?
Say, we want "
foobar.com" to go to an enrollment and billing site for a SAAS web application, and "
foobar.net" to go to the sign-on page for the application itself. Obviously this can be done with a single web server, but what happens if we were to add load balancing?
--
JHHL