<wbr>日志:<span style="font-family:宋体; word-wrap:normal; word-break:normal">(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。<wbr>: make_sock: could not bind to address 0.0.0.0:80<wbr><wbr><wbr></wbr></wbr></wbr></wbr></span></wbr>
<wbr></wbr>
解决:问题原因可能是80端口被占用引起.打开服务,禁用
IIS Admin Service.停止IIS. (
net stop iisadmin).记得重启,或者将apache改成其他端口:
Listen 8080
ServerName localhost:8080