1.首先点击xampp安装包,一步一步安装,注意重新选择安装路径

2.创建桌面快捷方式,点击打开xampp

3.Apache报错如下

Error: Apache shutdown unexpectedly.

9:37:01  [Apache] This may be due to a blocked port, missing dependencies, 

9:37:01  [Apache] improper privileges, a crash, or a shutdown by another method.

9:37:01  [Apache] Press the Logs button to view error logs and check

9:37:01  [Apache] the Windows Event Viewer for more clues

9:37:01  [Apache] If you need more help, copy and post this

9:37:01  [Apache] entire log window on the forums

如下图:

PHP中xampp安装Apache报错

解决方法:

 

1.界面左上角config点击进入,打开界面右下角Service and Port Settings 

PHP中xampp安装Apache报错

PHP中xampp安装Apache报错

2.找到SSL Port 修改成4430(只要不是443即可,此处以4430为例)并点击右下角Save

PHP中xampp安装Apache报错

3.从Apache的config文件中,记事本格式打开第二项Apache(httpd-ssl.conf)

PHP中xampp安装Apache报错

4.ctrl+f找出所有的443,替换成刚才修改的4430,一共有三处,注意全部修改。

PHP中xampp安装Apache报错

PHP中xampp安装Apache报错

3.重新点击xmapp中的Apache试验一下

PHP中xampp安装Apache报错

 

相关文章: