Apache启动时提示the requested operation has failed

1.通过cmd进入apache的bin目录,然后执行httpd.exe -w -n "Apache2" -k start

Apache启动时提示the requested operation has failed


提示httpd.conf的39行报错,那么我把它改成apache的绝对路径,然后重启apache就可以了Apache启动时提示the requested operation has failed



2.其它可能原因,看80端口是否被占用

命令行窗口输入 netstat -nao ,看到80端口被占用了,那么把它关掉或者修改Apache目录下的在conf/httpd.conf的

端口号(搜索Listen 80 ,将80改成8080或者别的端口号,然后重启apache服务)

Apache启动时提示the requested operation has failed