写这个为了以后不再到处上网找答案
Apache安装无服务解决方法:
命令行进入apache目录下的bin ,运行如下指令即可注册服务,如:
D:\Program Files\Apache Software Foundation\Apache2.2\bin> httpd.exe -k install -n apache2.2
the requested operation has failed错误解决方法:
在找到httpd.conf文件,修改Listen 80为没被占用的端口
本文介绍了Apache服务的安装步骤及解决无法启动的问题方法。通过命令行注册Apache服务,并解决了端口冲突导致的服务启动失败问题。
写这个为了以后不再到处上网找答案
Apache安装无服务解决方法:
命令行进入apache目录下的bin ,运行如下指令即可注册服务,如:
D:\Program Files\Apache Software Foundation\Apache2.2\bin> httpd.exe -k install -n apache2.2
the requested operation has failed错误解决方法:
在找到httpd.conf文件,修改Listen 80为没被占用的端口

被折叠的 条评论
为什么被折叠?