Apache installation given: (OS 10048) each socket address (protocol / network address / port) only once. : AH00072: make_sock: could not bind to address [::]: 80

First, the error message

(OS 10048) each socket address (protocol / network address / port) only once. : AH00072: make_sock: Could Not the bind to address [::]: 80
(the OS 10048) each socket address (protocol / network address / port) only once. : AH00072: make_sock: could not the bind to address 0.0.0.0:80
AH00451: NO Listening Sockets the Available, Shutting Down
AH00015: Unable to Open logs

Second, the reason being given

80 port is occupied

Third, the solution

Method One: every occurrence of this problem is to use netstat -a -o, and then close the port 80 [trouble] is not recommended

Method two: Modifications Modifications conf / httpd.conf corresponding listening port to handle [Recommended]

Guess you like

Origin www.cnblogs.com/hahayixiao/p/11366222.html