在windows 7 系统中安装Apache2.4的时候出现错误:

错误 1053: 服务没有及时响应启动或控制请求

 

解决的办法是:

1. 在 https://www.apachelounge.com/download/ 链接中找到 vc_redist_x64/86.exe 并下载。

2. 或许还需要下载:mod_fcgid

 

在 cmd 窗口运行如下命令:

httpd -k install -n Apache24

httpd -k start -n Apache24

然后在浏览器中输入 localhost 

相关文章:

  • 2021-12-22
  • 2022-01-04
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2022-02-16
猜你喜欢
  • 2021-11-16
  • 2021-11-27
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案