yeduojun 发表于 2013-1-28 19:26:45

apache安装配置

安装问题
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
页: [1]
查看完整版本: apache安装配置