XAMPP错误提示“Error: Apache shutdown unexpectedly.”的解决方法

问题

启动Apache时出现错误提示Error: Apache shutdown unexpectedly.,如图所示:
XAMPP错误提示“Error: Apache shutdown unexpectedly.”的解决方法_第1张图片

原因

端口号被占用。
(比如我是因为端口号被FTP服务器占用了。)

解决方法

  1. 点击【Apache】-【Config】-【httpd.conf】XAMPP错误提示“Error: Apache shutdown unexpectedly.”的解决方法_第2张图片
  2. 找到Listen 80,改为Listen 88,保存并关闭。XAMPP错误提示“Error: Apache shutdown unexpectedly.”的解决方法_第3张图片
  3. 点击【Apache】-【Config】-【httpd-ssl.conf】
  4. 找到Listen 443,改为Listen 444,保存并关闭。XAMPP错误提示“Error: Apache shutdown unexpectedly.”的解决方法_第4张图片
  5. 点击【Apache】-【Start】,可见成功启动。XAMPP错误提示“Error: Apache shutdown unexpectedly.”的解决方法_第5张图片

验证

浏览器输入localhost:444/index.phplocalhost:444/文件名

参考

Apache shutdown unexpectedly启动错误解决方法

你可能感兴趣的:(xampp)