xampp报错Error: Apache shutdown unexpectedly. 13:24:35 [Apache] This may be due to a blocked port,
该显示报错有可能是因为xampp默认http端口是80
默认得ssl端口是443
但是这两个端口中有一个端口被占用了

在命令行下使用netstat -ano查看端口占用情况,排查是80还是443被占用
xampp报错Error: Apache shutdown unexpectedly. 13:24:35 [Apache] This may be due to a blocked port,
排查好后检查相应得http.config和https.config配置文件,给改里面得端口,只要是不被占用得就行。

xampp报错Error: Apache shutdown unexpectedly. 13:24:35 [Apache] This may be due to a blocked port,

相关文章:

  • 2021-09-13
  • 2022-12-23
  • 2021-09-05
  • 2021-08-21
  • 2021-06-25
  • 2021-06-02
  • 2022-12-23
  • 2022-03-04
猜你喜欢
  • 2021-07-13
  • 2021-06-30
  • 2021-12-18
  • 2021-12-24
  • 2021-11-15
  • 2021-08-12
  • 2021-08-05
相关资源
相似解决方案