Busy… Apache started [Port 80]

前端 未结 13 855
醉话见心
醉话见心 2021-01-05 16:24

I use XAMPP 1.7.7 after start Apache I get this alert:

Busy...
Apache started [Port 80]

And I have opened the httpd.con

13条回答
  •  清酒与你
    2021-01-05 16:47

    XAMPP 1.7.4 and XAMPP 1.7.7 display misleading port information in the XAMPP Control Panel.

    Regardless of which port you specify Apache to listen to, the XAMPP Control Panel will always display:

    Apache started [Port 80]

    This is WRONG!!!! This is a HARDCODED string in XAMPP 1.7.4 and 1.7.7. It does not reflect the actual port Apache is listening to.

    see more here: http://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp

提交回复
热议问题