XAMPP: Couldn't start Apache (Windows 10)

前端 未结 25 2042
长情又很酷
长情又很酷 2020-11-30 19:26

I\'m using XAMPP, and I can start Apache, but, MySQL (phpMyAdmin) start!

When I start, I get this error;

10:07         


        
25条回答
  •  感情败类
    2020-11-30 19:53

    After playing around, really all you have to do is change two lines in the httpd.conf file:

    Change "Listen 80" to "Listen 122" (or anything else you want)

    and

    "ServerName Localhost:80" to "Localhost:122" (or the port you changed above)

    Then it all should fire right up :P

提交回复
热议问题