运行Apache总是显示error:The requested operation has failed!
查找端口显示
0.0.0.0:7680 0.0.0.0:0 LISTENING 472
Apache端口未改,为Listen 80
在服务里启动,显示“Windows不能在 本地计算机 启动Apache。”
可能的是80端口被占用了
在cmd中查询指定的端口占用:netstat -ano|findstr “提示的端口”
查一下80端口是否被占用。
豆豆都是我的