安装问题
httpd.exe: Could not reliably determine the server's fully qualified domain
, using 133.64.7.55 for ServerName
(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_so could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
问题原因:
80端口被占用
在httpd.conf中修改Listen localhost:8080
httpd.exe: Could not reliably determine the server's fully qualified domain
, using 133.64.7.55 for ServerName
(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_so could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
问题原因:
80端口被占用
在httpd.conf中修改Listen localhost:8080