I can not sort out error message "conflict with another Web Server on the same port". I read an older discussion "new to server" about this problem. I followed all steps but it did not help.
Can someone help me please?This happens if something else is communicating on port 80. If you have another application that is acting as a web server then it needs to be reconfigured, or you need to reconfigure IIS to operate on a different port. One example of why this error might occur is that Skype operates on port 80 so that it can operate through firewalls - however it can be reconfigured.
Hi,
thanks for your reply. I used netstat -a in comand line.The port 80 is not use by any application. I don′t have IIS installed. I read all articles in this forum about the conflict.I have been trying it to set up more then 5 hours.
Hi,
Let me add my two cents. If you are working on linux to see which application is already using port 80 use:
fuser -n tcp 80
or for windows try:
netstat -v
see if you find some other application using port 80. End that process and try to run your website again.
Abhishek
Thank for the help,
I use win XP profesional SP2. I entered netstat -y and found no application used port 80.
Cheers
I am not sure about your case but some of the times a firewall too blocks access to default HTTP port 80. so try to disable your xp firewall and other such utility and install your web server once again.
0 comments:
Post a Comment