徐冬丽 发表于 2017-1-11 11:22:39

解决Apache安装无服务和the requested operation has failed错误

  写这个为了以后不再到处上网找答案
  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为没被占用的端口
页: [1]
查看完整版本: 解决Apache安装无服务和the requested operation has failed错误