I've been trying to figure out how to route web requests to several servers in my house (separate computers, not virtual roots). Say I have 3 computers mercury, venus and mars. I would like to present them to the outside world as mercury.mydomain.com, venus.mydomain.com, mars.mydomain.com. Two other things I have already done are:
1. Configure NAT on my router to use port numbers to point to different machines, as in
www.mydomain.com:8001. I don't like this because it's confusing to ordinary users.
2. Route all port 80 requests to one machine, and in httpd.conf redirect to another machine by internal IP address. I don't like this because then the user sees a URL containing the internal IP address, so they cannot bookmark it.
The next thing on my list is to try setting up DNS, but based on the DNS docs I've skimmed it seems kind of complicated, and frankly I'm tired of dead ends. Is DNS the right direction, or is there some simpler answer that I have missed?
Recent comments
1 day 8 hours ago
1 day 17 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 47 min ago
2 days 2 hours ago
2 days 3 hours ago
2 days 19 hours ago
2 days 20 hours ago