Click to See Complete Forum and Search --> : Port


sg_madhu
May 12th, 2003, 02:12 AM
[Cakkie: moved from VB to General Discussion, technical]

Hi Friends

I want to know, can I use more than one web servers on same system ?

Let me know what is the range of port numbers for web servers ?

Can i view web pages with different port numbers ?

Thanx for advice...

lord loh
May 12th, 2003, 04:35 AM
Ports!

Your computer contains about 65,000 ports....

you can configure your web server to bind to any port... default :80;

Proxy servers bind to port :8080

if you bind your httpd to port ....say 4076, then on your prowser type the address http://localhost:4076/ to view contents flowing from that web server....

Any doubts ?