When trying to execute httpd.exe on my windows server, I get this error:
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address (myIpAddress):80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
This only happens when in the httpd.conf I set:
Listening (myIPAddress):80
but the I don't get this error when it's set to:
Listening 80