XAMPP - Apache Error

后端 未结 2 1524
萌比男神i
萌比男神i 2020-12-18 12:12

This is the error I get when I try to start Apache.

\"enter

相关标签:
2条回答
  • 2020-12-18 12:42

    You only have to change the port in the httpd.conf
    try:

    netstat -ano 
    

    and check if Port 80 is not used by another Program. Close the Program which uses port 80 and try to start apache again.

    0 讨论(0)
  • 2020-12-18 12:59

    It worked when i run the XAMPP control panel with administrator rights.

    0 讨论(0)
提交回复
热议问题