Why is System process listening on Port 80?
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Future Grid Looping
--
Chapters
00:00 Question
02:12 Accepted answer (Score 28)
02:43 Answer 2 (Score 49)
02:59 Answer 3 (Score 46)
03:53 Answer 4 (Score 24)
05:24 Thank you
--
Full question
https://superuser.com/questions/43307/wh...
Question links:
http://blogs.msdn.com/wndp/archive/2007/...
Accepted answer links:
[Getting Apache to run on port 80 on Windows 7]: http://web.archive.org/web/2015011318074.../
Answer 3 links:
[image]: https://i.stack.imgur.com/kLb1c.png
--
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)"
I had tried EVERYTHING, but that worked for me:
further instructions on how to stop that service are below
- Right click on My Computer
- Select Manage
- Double click Services and Applications
- Then double click Services
- Right click on "Sql server reporting services(MSSQLSERVER)"
- 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.