localhost:80

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I have some server on my computer that is running on localhost:80. How
can I figure out what it is so that I can trash it?
 
Chris said:
I have some server on my computer that is running on localhost:80. How
can I figure out what it is so that I can trash it?

Open a command line (Start > Run > cmd > OK) and run this command:

netstat -a -b

Better find out what that HTTP server is...
 
u can restrict it at control panel windows firewall exceptions to find the
application and advanced to disable http server act support of ur system.
this will disable your system acting as a server support.

Hope this helps..,
Umesh Thota
www.windowsworkshop.com
 
Back
Top