XAMPP: Couldn't start Apache (Windows 10)

前端 未结 25 2030
长情又很酷
长情又很酷 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:33

    It looks like there are many options. The answer depends on your Windows installation. Here is my experience when having the same problem in a Windows 10 fresh install and fix the issue with the following step:

    1. Install Visual C++ Redistributable
    2. Open XAMPP and select configure in the Apache service
    3. Change the port 80 to 9000 or 81 or whatever you want in file httpd.conf on the line Listen 80
    4. Change the port on httpd-ssl.conf and change Listen 443 to Listen 441
    5. Restart XAMPP and start the Apache service. It works for me.

    Note: I'm using XAMPP version 5.6.15 and XAMPP Control Panel version 3.2.2.

提交回复
热议问题