Busy… Apache started [Port 80]

前端 未结 13 978
醉话见心
醉话见心 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:42

    It is because teamviewer or skype is using this port by defalut in you system. So the port 80 is busy , either you can try by changing the port number of skype/teamvier

    Or go with the following Solution

    Goto - >C:\xampp\apache\conf

    open File - httpd.conf

    Make changes as below

    Listen 8080

    ServerName localhost:8080

    C:\xampp\apache\conf\extra

    open->httpd-ssl.conf

    Make changes as below

    Listen 4499

    ServerName localhost:4499

    Restart apache now :)

    http://localhost:8080

提交回复
热议问题