Apache won't run in xampp

前端 未结 17 1659
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-04 12:59

I have just installed XAMPP and everything works fine except that I can\'t get apache to run. It seems that port 80 is the problem, I have disabled Skype to use port 80 but

17条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 13:30

    In my case, it was something else. One day earlier I tried to install wordpress using bitnam of xampp, but I was not successfull. When I saw the error log, there was an error :

    httpd.exe: Syntax error on line 560 of C:/xampp/apache/conf/httpd.conf: Could not open configuration file C:/xampp/apps/wordpress/conf/httpd-prefix.conf: The system cannot find the path specified.
    

    I opened the httpd.conf and found this line:

    Include "C:/xampp/apps/wordpress/conf/httpd-prefix.conf"
    

    I just commented it with #,

    Now it's running fine. :)

提交回复
热议问题