Upon installing Apache, I immediately received the following errors;
The Apache service named reported the following error:
(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 .
It seems that the error was saying that there was a conflict in using the port 80. My natural response was to stop my windows firewall. However, it did not work. I was finally able to figure out the issue and it was because I was still running IIS on my Windows machine and therefore there was a conflict between Apache and IIS server.
I uninstalled IIS and I can immediately start Apache server with no problems.
Hey,thanx a lot. I was just looking for the same solution. disabled the IIS from service and it worked.
ReplyDelete