Port 80
This is a quick question, Is there any way I can see if my port 80 is in use by another program, or windows component, if so can someone point me to it?
Edit
I found the command for it, but it says that I have nothing running on port 80…
Re-Phrase
My problem is that I'm trying to run Apache web server and I got an error that said that something was running on port 80, and that apache could not connect to it, but as motioned above netstat -a says I have nothing running on port 80…any gueeses as to what it might be?
Mm.. that's wierd, it should show up in netstat -a
Try netstat -ano as it will show you the program listening on the port (if there is one)
Last week I tried the same thing, and using the above command, realised that skype was listening on port 80. So if you have skype installed be sure to check the connection settings for that, as it does interfere with running a webserver.
Also check your firewall settings, it may be blocking it?