Apache命令行启动[关闭|重启]的命令是:httpd -k start[stop|restart]
出现Failed to open the Apache2.2 Service。其实是权限问题,可以通过以下方法解决:
打开运行 找到cmd ,右键打开cmd.exe ,选择以管理员身份运行
D:Program FilesApache Software FoundationApache2.2in>httpd -k install
下面是它的输出log
Installing the Apache2.2 service The Apache2.2 service is successfully installed. Testing httpd.conf.... Errors reported here must be corrected before the service can be started.
然后在服务里,把apache启动即可。
出处:http://blog.csdn.net/l1028386804/article/details/48110517