![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've seen a couple of sites recently that end .com:808/ Even if going to the .com it redirects to .com:808 Anyone know what this is and why they do it? TIA. |

#3
| |||
| |||
|
|
I've seen a couple of sites recently that end .com:808/ Even if going to the .com it redirects to .com:808 Anyone know what this is and why they do it? |

#4
| |||
| |||
|
|
I've seen a couple of sites recently that end .com:808/ Even if going to the .com it redirects to .com:808 Anyone know what this is and why they do it? Addresses are given this way when non-standard port number is used for communication. Default port for http is 80, so the address http://www.example.com is in fact equivalent to http://www.example.com:80. The real question here is - why someone uses non-standard port. The only reasonable reason I know is testing. Ocassionally when my host does upgrades new version of the software - before going live - is visible at some different port for testing. No idea what other reasons are. Other than it 100k5 c001 that is ![]() |
#5
| |||
| |||
|
|
Hi, Borek napisał(a): I've seen a couple of sites recently that end .com:808/ Even if going to the .com it redirects to .com:808 Anyone know what this is and why they do it? Addresses are given this way when non-standard port number is used for communication. Default port for http is 80, so the address http://www.example.com is in fact equivalent to http://www.example.com:80. The real question here is - why someone uses non-standard port. The only reasonable reason I know is testing. Ocassionally when my host does upgrades new version of the software - before going live - is visible at some different port for testing. No idea what other reasons are. Other than it 100k5 c001 that is ![]() You are right the most common reason is testing. The other reason could be another HTTP server program at the same machine. For example usually the 80 port is used by Apache (forgot about all Microsoft buggy stuff such as IIS, please. Thanks in advance ;-) ). |
|
I'm working on Java based systems and we are using Tomcat or Resin as application servers. We need apache to be present at the same machine at the same time. |
|
To access to different pages throught different servers yuou would use port number after domain name. Sometimes there are fwe instances of the same Web server but thats usually for testing purposes as Borek already wrote. Tomek |
#6
| |||
| |||
|
|
Nothing wrong with IIS. Plus, the detault port for the other big Open Source web server Tomcat is :8080. We have both running on our production machines (IIS on 80, Tomcat on 8080). |
|
I'm working on Java based systems and we are using Tomcat or Resin as application servers. We need apache to be present at the same machine at the same time. So there you go. Tomcat defaults to 8080. |
#7
| |||
| |||
|
|
Nothing wrong with IIS. Plus, the detault port for the other big Open Source web server Tomcat is :8080. |
|
We have both running on our production machines (IIS on 80, Tomcat on 8080). |
|
So there you go. Tomcat defaults to 8080. |
#8
| |||
| |||
|
|
On Thu, 16 Feb 2006 13:12:29 +0100, T.J. <no1 (AT) home (DOT) invalid> wrote: I've seen a couple of sites recently that end .com:808/ Even if going to the .com it redirects to .com:808 Anyone know what this is and why they do it? Addresses are given this way when non-standard port number is used for communication. Default port for http is 80, so the address http://www.example.com is in fact equivalent to http://www.example.com:80. The real question here is - why someone uses non-standard port. The only reasonable reason I know is testing. Ocassionally when my host does upgrades new version of the software - before going live - is visible at some different port for testing. No idea what other reasons are. Other than it 100k5 c001 that is ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |