Hi.. i am very new at this but i need to know which port to use to run a
webserver on windows 2003. i thought it was 80 but that one seems to be
blocked. i am in oklahoma. thank you very much



--
Curtis20
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message1295773.html

Re: what port for a webserver on win 2003 by Frankster

Frankster
Fri Nov 18 21:35:03 CST 2005

> Hi.. i am very new at this but i need to know which port to use to run a
> webserver on windows 2003. i thought it was 80 but that one seems to be
> blocked. i am in oklahoma. thank you very much

Oh... Oklahoma. Oklahoma uses port 90.

-Frank



Re: what port for a webserver on win 2003 by Chris

Chris
Fri Nov 18 21:44:02 CST 2005

80 is the standard port for HTTP and 443 is the standard port for HTTPS

You can set this to any free port but most users will enter
http://www.domain.com which defaults to port 80.

They could enter http://www.domain.com:81 to access your site on port 81.

Do you know for sure that your ISP is blocking port 80? Have you telephoned
them?

You also need to forward the request from your DSL or Cable modem to your
IIS computer. Check with the documentation for the modem to learn how to do
this.

Please let me know if you need any more help.

--

Cheers

Chris

Chris Crowe [MVP 2005/2006]
http://blog.crowe.co.nz

------------------------------------------------
"Curtis20" <Curtis20.1yq3cy@mail.webservertalk.com> wrote in message
news:Curtis20.1yq3cy@mail.webservertalk.com...
>
> Hi.. i am very new at this but i need to know which port to use to run a
> webserver on windows 2003. i thought it was 80 but that one seems to be
> blocked. i am in oklahoma. thank you very much
>
>
>
> --
> Curtis20
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1295773.html
>



Re: what port for a webserver on win 2003 by Kristofer

Kristofer
Sat Nov 19 03:05:16 CST 2005

Hi,

HTTP uses by default port 80. You can however run your website on any
port, but it may require your users to specify the port.

Why is port 80 blocked in your situation? Who blocks it? Your ISP? If your
ISP blocks this port it is most likely because they do not want their
customers to run their own servers. Contact your ISP and ask them.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Curtis20 wrote:

>
>Hi.. i am very new at this but i need to know which port to use to run a
>webserver on windows 2003. i thought it was 80 but that one seems to be
>blocked. i am in oklahoma. thank you very much

Re: what port for a webserver on win 2003 by jeff

jeff
Sat Nov 19 08:40:28 CST 2005

On Fri, 18 Nov 2005 18:26:14 -0600, Curtis20
<Curtis20.1yq3cy@mail.webservertalk.com> wrote:

>Hi.. i am very new at this but i need to know which port to use to run a
>webserver on windows 2003. i thought it was 80 but that one seems to be
>blocked. i am in oklahoma. thank you very much

In addition to the ISP suggestion, if you have the firwall active by
default it blocks port 80. Configure it to allow web site access.

Jeff