I have a domain that needs to be distributed across multiple servers for load balancing purposes. I also have my application to let you know which server should handle certain requests.
Right. I decided to use subdomains like www1, www2, and just redirect to each server, but this is ugly.
I need a way to proxy requests and users to see only www each time, regardless of which IP server actually executes the request ...
I read the Apache proxy a bit, but I'm still confused about how such a script will deliver the page and resources such as video, without changing www.
source share