Port binding in Vista

I'm trying to test a web application in Apache 2, installed on a fresh Vista install....

When I try to start it I get : (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down

Ok.. sure... so something else is probably bound to 80...

How, in Vista, do I tell what's bound to port 80 already? From what I can tell nothing else should be...

thx

[518 byte] By [AndrewSomervell] at [2007-12-26]
# 1
This is not different from other NT versions.
Try `netstat -bno -p tcp' on the command line which prints plenty of information like
PID and name of the application using the ports. However, maybe it's just the firewall
which disallows binding to port 80 in this case?

Corinna

CorinnaVinschen at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,General Windows Vista Development Issues...

Software Development for Windows Vista

Site Classified