I would like to have the web server listen on multiple ports. For example:
1. port 80 for guests to connect to easily
2. port 8443 for hosts, so their login credentials are protected by SSL (443 is used for the relay port)
A redirect from one port to another is not necessary for me, although that might be useful for some folks.
Thanks,
Mike