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
11 hours 6 min ago
14 hours 1 min ago
15 hours 15 min ago
16 hours 38 min ago
18 hours 16 min ago
19 hours 45 min ago
20 hours 59 min ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago