Windows could not start the Apache2 on Local Computer - problem

后端 未结 20 2231
-上瘾入骨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条回答
  •  眼角桃花
    2020-12-12 12:07

    the better way to resolve the issue is change the port number in Apache2\conf\httpd.conf . Change the port number as fallows::: Listen 8888 and ServerName machinename:8888 .Restart the Apache server after changing the port number.

提交回复
热议问题