Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed easy PHP and xampp and problem I faced with both is that apache is not running because port 80 is in use. I want to know that which software is using port 80,how can I find out?
I am using windows 7. I have closed skype which uses port 80 but still it says that port 80 is in use.
Posted

1 solution

cmd>netstat -b -a

That should get you what program is using which port.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Jun-13 0:29am    
True, my 5. (On Windows 7, run as administrator.)
—SA
Ron Beyer 12-Jun-13 0:47am    
Thanks, both Win7 and Win8 require elevated permissions to run this command. There is another utility called TcpView that will give additional information if needed, but usually this is enough to see what is using which port.
Sergey Alexandrovich Kryukov 12-Jun-13 1:09am    
Right...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900