Windows XP - Port 80 blocked

  • Follow


I'm trying to install Apache onto my windows laptop.  I keep getting a
message indicating that some other process has already bound to port
80. I don't know of anything else that explicitly listens on port 80,
so how do I determine what has bound to port 80?

0
Reply derek.doerr (1) 3/3/2006 4:10:37 AM

derek.doerr@gmail.com wrote:
> I'm trying to install Apache onto my windows laptop.  I keep getting a
> message indicating that some other process has already bound to port
> 80. I don't know of anything else that explicitly listens on port 80,
> so how do I determine what has bound to port 80?
> 

in a command prompt: netstat -ano

this gives you all listening sockets and the PID of the application that 
sits on it.  Then you kan use tasklist to get the name of the application

netstat -anb
can give you the name directly in netstat, if you have SP2
0
Reply Palle 3/3/2006 8:45:03 AM


1 Replies
249 Views

(page loaded in 0.661 seconds)

Similiar Articles:













7/25/2012 10:18:15 AM


Reply: