I have two servers:
- A (
192.168.1.100:80
) - B (
192.168.1.200:8080
)
Both are behind firewall and only port 80 is open and forwarded to server A.
People from outside type www.mydomain.com
to access my web server A.
Now I would like all of the HTTP from subdomain.mydomain.com
to go to server B.