Quote:
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 |
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