Apache is not running from XAMPP Control Panel ( Error: Apache shutdown unexpectedly. This may be due to a blocked port)

前端 未结 27 1986
不知归路
不知归路 2020-11-28 04:16

I have installed XAMPP (xampp-win32-1.8.2-0-VC9-installer.exe) on Windows 7 successfully. But unfortunately, the following error was found during running Apache from XAMPP C

27条回答
  •  遥遥无期
    2020-11-28 04:52

    Go in xampp/apache/conf/httpd.conf and open it. Then just chang 2 lines

    Listen 80
    to
    Listen 81
    

    And

    ServerName localhost:80
    to
    ServerName localhost:81
    

    Then start using admin privileges.

提交回复
热议问题