Apache won't run in xampp

前端 未结 17 1651
佛祖请我去吃肉
佛祖请我去吃肉 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:11

    Find out which other service uses port 80.

    I have heard skype uses port 80. Check it there isn't another server or database running in the background on port 80.

    Two good alternatives to xampp are wamp and easyphp. Out of that, wamp is the most user friendly and it also has a built in tool for checking if port 80 is in use and which service is currently using it.

    Or disable iis. It has been known to use port 80 by default.

提交回复
热议问题