Forum Moderators: phranque
However, I'm unable to install Apache 2.2.6 as Im getting the following error message:
"<OS 10048> Only one usage of each socket address< protocol/network address port> is normally permitted. :make_socket:could not bind to address 0.0.0.0:80 no listening sockets available"
I read one of the posts where a user was facing similar problems and was asked to uncheck the IIS option in Add/Remove Windows Components. I found that in my case it was already uncheked.
Please help. Thank you.
try:
netstat -an
it should give you some hints...
This is just one possibility, you may need to use the
netstat -anbcommand as it was mentioned by phranque, that will show you which applications are listening on port 80 (look for 0.0.0.0:80), so you know which application needs to be removed, or its settings to be adjusted.