Let's assume I have configured few VirtualHosts on my Apache2:
- sub1.domain.com:8080
- sub2.domain.com:8080
- sub3.domain.com:8080
I can access them by typing in my browser with full http://sub1.domain.com:8080/ - that's not a problem. But I'm looking for a solution to access same subdomain but without typing port number.
Assuming sub*.domain.com is not binded to any VirtualHost. How can I access this subdomains without typing port number on specified local machine?
Imagine situation - I have a 10 PC's with same external IP and I want that PCs to always map http://sub1.domain.com/ to http://sub1.domain.com:8080/ . PCs are Windows/Linux/Mac - is there any place in system where I can easily map this /or better/ can I do it with my local firewall /or/ somehow?