|
|
 |

Video Tutorials
White Papers
|
 |
 |
|
SynaMan
Document information| Document ID: | 1045 |
|---|
| Subject: | Multiple HTTP ports |
|---|
| Creation date: | 10/14/09 11:41 AM |
|---|
| Last modified on: | 10/14/09 11:52 AM |
|---|
Purpose of having multiple HTTP ports SynaMan by default listens on multiple HTTP ports:
- TCP/IP port 80 - HTTP
- TCP/IP port 6060 - HTTP
- TCP/IP port 443 - HTTPS
TCP/IP port 80 is a common port for any web server. However, this port is often blocked by many Internet Service Providers, particularly if you have a dynamic IP address.
If a web server listens on a port other than 80, the user will have to explicitly type that port in the URL. For example:
http://myHomeMachine.com:6060 - User will have to append the host name with a colon followed by the port number.
http://myHomeMachine.com - No need to type the port if the server listens on port 80.
Therefore, it is always convenient from the client's perspective to have a web server listen on port 80. However, in certain cases you may not be able to run a web server on this port. This could happen if another web server is listening on this port or your Internet Service Provider blocks this port. To avoid such scenarios, SynaMan can listens on two TCP/IP port for HTTP traffic. Depending upon your network settings, you can have one set of users connect to port 80 and another set to 6060.
|
Quick Links
|
User commentsPosted by lemonade on 2/8/11 7:06 PM Robert, this is very easy to change. Install Synaman. Setup the admin account. Log-in.
Choose configuration tab, then modify configuration icon, then http configuration tab. Change the value to whatever port(s) you want. Posted by robert on 5/20/10 3:51 PM I already have an existing app which listens on port 6060. Is there a way to change the port for Synaman (which installed in same pc) and do I have to modify this port on my firewall as well?
let me know. thanks
Add a comment to this document
Do you have a helpful tip related to this document that you'd like to share
with other users? Please add it below. Your name and tip will appear at the
end of the document text.
|