Tags:
Submitted by suresh.gju on Thu, 03/19/2009 - 10:48.
Tags : apache port port80 windows
Many time you have seen a error that port 80 is not availabe and used by another program, due to which your web server (apache in my case ) cannot statred. As you are not aware who is using port 80 and why.
Here are some steps for window to diagnose this issue:
- Run command : netstat -ano This command list you details of all ports. Basically information we needed are LOCAL ADDRESS and PID.
As you can see in above image port 80 is used by PID (process id) 688. - Now open TaskManager on your windows andon process tab find out the PID. Against that PID you can see application name. If you are not able to see PID column in Process Tab (which is by default), for that you can choose 'Select columns' in 'View Menu' and choose PID to display.
- Thats it you got the application which is using your port and can do what you want.
| Attachment | Size |
|---|---|
| netstat.JPG | 74.04 KB |
| taskmgr.JPG | 48.03 KB |

Recent comments
1 week 3 days ago
1 week 3 days ago
1 week 6 days ago
5 weeks 2 days ago
17 weeks 4 days ago
18 weeks 1 day ago
19 weeks 10 hours ago
21 weeks 4 days ago
31 weeks 21 hours ago
43 weeks 3 days ago