Answer the question
In order to leave comments, you need to log in
Disabling Microsoft-HTTPAPI/2.0
Installed Denver, but it won't start because it can't listen on port 80. It would seem a trivial mistake ... But no.
To begin with, I did:
C:\Windows\system32>netstat -anbo -p tcp I
looked in the DZ - the 4th PID is the NT Kernel. That is, it is not skype, not teamviewer and other programs.
Then I noticed that when accessing localhost, a 404 error is returned, that is, someone is really listening and responding here. Looked through Firebug and saw this:
Google. Basically, it is advised to disable either IIS or MS SQL Server in one way or another. The first one was deleted from me, the second was not originally there at all.
Actually, the question is: what is it, how to remove / disable it? Attention
Активные подключения
Имя Локальный адрес Внешний адрес Состояние PID
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
Не удается получить сведения о владельце
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Thu, 09 Sep 2010 18:54:57 GMT
Connection: close
Content-Length: 315
: I don't have SQL Server in any form, so I don't need to be advised to set it up.
Answer the question
In order to leave comments, you need to log in
Doesn't "netstat -anbo -p tcp" write the name of the application that is listening on the port? It says
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 1968
[httpd.exe]
Are you 100% sure it's not Skype? and even though you didn’t install the sql server, sometimes you come across software that can quietly install it for your needs - look for the SSRS service (SQL Server Reporting Services) and try turning it off if there is one. Well, another possible option is a virus, in this case, as already written above, AVZ will help you.
Team Foundation Server ?
As an option, the unfinished remnants of IIS (WWW Publishing Service).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question