1、報錯信息網絡
(OS 10048)一般每一個套接字地址(協議/網絡地址/端口)只容許使用一次。 : AH00072: make_sock: could not bind to address [::]:80
(OS 10048)一般每一個套接字地址(協議/網絡地址/端口)只容許使用一次。 : AH00072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logssocket
2、報錯緣由spa
80端口被佔用blog
3、解決方法方法
方法一:每一次出現此問題就使用netstat -a -o,而後關閉80端口【麻煩,不推薦】im
方法二:修改修改conf/httpd.conf 中相應的監聽端口來處理【推薦】協議