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)"
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.