How do I address the second server on a port other thn 80 ?
When using a port number other than 80, a user must specify the port number as part of the URL. The URL for the second server is the same as for the main server with a colon and a port number added to the end of it. Suppose one of the servers is configured to run on port 97, the URL that accesses this server is in the format URL: 97 (Example – http://yourwebserver.com:97).