Busy… Apache started [Port 80]

前端 未结 13 936
醉话见心
醉话见心 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 17:03

    Follow this procedure : How to change XAMPP apache server port?

    It explains how resolve apache port issues in 4 steps :

    1. Choose a free number port
    2. Edit the file "http.conf"
    3. Edit the file "http-ssl.conf"
    4. Configure XAMPP Apache server settings

    If you still got a problem after try this process : this means that an application uses all available ports or dynamically change.

    For exemple Skype port is dynamic, it can change the port if it is already occupied.

    Simpler solution is to exit Skype, and then start Apache, then start Skype again. This is one time operation and solves the problem

提交回复
热议问题