zoukankan      html  css  js  c++  java
  • 【XAMPP】 Error: Apache shutdown unexpectedly. 11:00:50  [Apache] 解决办法详细

    XAMPP的Apache用不了,一直报错:

    Error: Apache shutdown unexpectedly. 11:00:50  [Apache]        This may be due to a blocked port, missing dependencies,  11:00:50  [Apache] improper privileges, a crash, or a shutdown by another method. 11:00:50  [Apache]      Press the Logs button to view error

     

    解读一下意思就是说端口问题,换个端口就可以了。

     

    1. 点击这个Config,选择下图这个Service and Port Settings

     

     

    2.把原本端口号80443分别改成8080 4433(比较常用,也可以改成其他没有被占用的端口,比如81801

     

    3.接着在主界面的点击Config,选择httpd.confhttpd-ssl.conf分别找到相应的位置分别改成前面设置的80804433(如果设置的是其他端口号要改成对应的设置)

     

    4.这个位置是很好找的,看到数字就大概是了,注意只需要改下面的这个Listen,上面的这个如果一套流程下来还不行就再改上面的这个Listen

     

    5.好之后有个细节,必须去状态栏把Xampp彻底关闭!再重新打开,如果还是不行,就换个端口号再试一遍。

     

     

    欢迎留言评论。

  • 相关阅读:
    钱到用时方恨少(随记)
    Ring0 打印log文件
    Mutation Testing(变异测试)
    GitHub
    常用js收藏
    ASP.NET初学者常用知识
    ASP.NET页面刷新方法总结
    C#中抽象类和接口的区别
    GridView 72般绝技
    55种网页常用小技巧
  • 原文地址:https://www.cnblogs.com/helenlee01/p/12617498.html
Copyright © 2011-2022 走看看