The Computer Oracle

Why is System process listening on Port 80?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Melt

--

Chapters
00:00 Why Is System Process Listening On Port 80?
01:35 Accepted Answer Score 28
02:01 Answer 2 Score 3
02:14 Answer 3 Score 46
02:41 Answer 4 Score 49
02:52 Thank you

--

Full question
https://superuser.com/questions/43307/wh...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #windows

#avk47



ANSWER 1

Score 49


'Web Deployment Agent Service' runs on port 80 as System. You might have this running if you are using WebMatrix.




ANSWER 2

Score 46


Open Services.msc and stop this service "Sql server reporting services(MSSQLSERVER)"

enter image description here

I had tried EVERYTHING, but that worked for me:

further instructions on how to stop that service are below

  1. Right click on My Computer
  2. Select Manage
  3. Double click Services and Applications
  4. Then double click Services
  5. Right click on "Sql server reporting services(MSSQLSERVER)"
  6. Select Stop ...and voila, port 80 was released



ACCEPTED ANSWER

Score 28


This post on Getting Apache to run on port 80 on Windows 7 (internet archive) describes your point.

It seems the 'http.sys' (Windows Remote Management?) service is enabled by default in Windows 7.
Run through the comments on that link for some more notes...

the hypen-site does not necessarily have the only answers.




ANSWER 4

Score 3


telnet localhost 80 returns HttpAPI/2.0 which in turn means to "Sql server reporting service". Stopping the same releases port 80.