Windows could not start the Apache2 on Local Computer - problem

后端 未结 20 2263
-上瘾入骨i
-上瘾入骨i 2020-12-12 11:27

During the installation of Apache2 I got the following message into cmd window:

Installing the Apache2.2 service The Apache2.2 service is successful

20条回答
  •  猫巷女王i
    2020-12-12 12:11

    i faced the same issue, in my case i needed to add module in httpd.conf
    the file was incomplete with incorrect keywords ( like LoadModule )
    go to command line, go to C:\Apache24\bin

    C:\Apache24\bin > httpd.exe

    the reason for the error can be known from the output of the above command

提交回复
热议问题