Apache:系统找不到指定的文件: No installed ConfigArgs for the service "Apache2"

解决方法:

将以下内容保存成FixApacheError.reg文件(其中红色粗体Apache2改成报错的系统服务名称,如"RTX_HTTPServer"),导入系统注册表

FixApacheError.reg文件,内容如下:
 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache2\Parameters]

"ConfigArgs"=hex(7):00,00,00,00

 

参考自:http://365sec.net/?post=84

相关文章:

  • 2022-01-01
  • 2021-05-12
  • 2021-09-06
  • 2021-09-29
  • 2021-10-29
  • 2022-01-22
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-06-23
  • 2021-08-07
  • 2022-12-23
相关资源
相似解决方案