Discussion:
specifying web site on port other than 80
(too old to reply)
Bruce Whealton, Jr MSW
2003-12-22 15:34:03 UTC
Permalink
I am testing a server and for some reason it keeps telling me that I have
something running on port 80. I can't find what it is that is running on
port 80, as I don't have IIS running. I use windows xp pro. So, how do you
specify a web site if you need to use port 8000. Is it:
http://www.mywebsite.com:8000
Thanks,
Bruce
--
++++++++++++++++++++++++++++++++
Bruce Whealton, Jr. MSW
***@wordsalad.net
Get published at Word Salad Poetry
Magazine and more:
http://wordsalad.net/
The Angel of Death - Poetry by Jean Jones:
http://wordsalad.net/poetrybyjean/
++++++++++++++++++++++++++++++++
supeg
2003-12-23 23:13:07 UTC
Permalink
Post by Bruce Whealton, Jr MSW
I am testing a server and for some reason it keeps telling me that I have
something running on port 80. I can't find what it is that is running on
port 80, as I don't have IIS running. I use windows xp pro. So, how do you
http://www.mywebsite.com:8000
Thats how you would connect to it from the 'outside' to view the webpages
contained on the server.

On the server side you have to alter the config. My experience only lies
with Apache where you would alter the httpd.conf file to reflect another
port for the server to listen on.

Search the configs for IIS it should be as straight-forward as....wait it's
MS so it might not be errrrrr good luck.

Oh yeah make sure any routers (port-forwarding etc) reflect the new port #.

HTH

Loading...