I want to host http://somedomain.com on shared server somewhere. And I want to host http://somedomain.com:89 on my home server running Apache. What's the easiest way to set this up?
views:
201answers:
4
+1
A:
The only way to do this, is to use one of your servers as a proxy to the other.
Maurice Perry
2009-04-11 13:54:07
+1
A:
Isn't 89 reserved by IETF for a telnet gateway?
I'd suggest that you maybe choose a different port number?
Have two instances of Apache running, first is on standard port 80. Second instance is on your selected port and has a redirect to your final server.
HTH
cheers,
Rob Wells
2009-04-11 13:57:18
A:
I have done this before, my registrar (dyndns) support those type of redirection (I was working on Windows 2003 Server)
Omar Abid
2009-04-11 14:06:24