thequux Junior Member
Joined: 17 Feb 2005 Posts: 2
|
Posted: 02-17-2005 04:25 AM Post subject: Ummm.... |
|
|
You can't have a DNS entry with a port on it, because otherwise there would be problems... does the user's port ar the port reported by DNS have precedence?
IIRC, port redirection is uone on a higher level, by either proxying (more or less) or using the HTTP Location header; this works great for connecions on port 80/443, but it's pointless for other protocols.
If I actually do know what I'm talking bout (doubtful but pssible), the URL won't matter... it will ignore the port if the user specifies their own.
Another, completely different, option is to use the Vserver option of Apache, run both servers as one process, and set the port 8080 to also listen to <other hostname>:*. Read the excellent docs for apache for help with that, if it applies in any way to your situation. Otherwise, fe el free to whack me over the head with the proverbial clue-by-four.
Hope that helped... |
|