XAMPP中php服务器apache启动失败Apache shutdown unexpectedly.This may be due to a blocked port..

文章目录

    • XAMPP中apache启动失败
    • httpd.conf配置修改
    • httpd-ssl.conf配置修改
    • 修改之后启动OK

XAMPP中apache启动失败

10:43:38  [Apache] 	Attempting to start Apache app...
10:43:38  [Apache] 	Status change detected: running
10:43:41  [Apache] 	Status change detected: stopped
10:43:41  [Apache] 	Error: Apache shutdown unexpectedly.
10:43:41  [Apache] 	This may be due to a blocked port, missing dependencies, 
10:43:41  [Apache] 	improper privileges, a crash, or a shutdown by another method.
10:43:41  [Apache] 	Press the Logs button to view error logs and check
10:43:41  [Apache] 	the Windows Event Viewer for more clues
10:43:41  [Apache] 	If you need more help, copy and post this
10:43:41  [Apache] 	entire log window on the forums

XAMPP中php服务器apache启动失败Apache shutdown unexpectedly.This may be due to a blocked port.._第1张图片

httpd.conf配置修改

XAMPP中php服务器apache启动失败Apache shutdown unexpectedly.This may be due to a blocked port.._第2张图片

httpd-ssl.conf配置修改

XAMPP中php服务器apache启动失败Apache shutdown unexpectedly.This may be due to a blocked port.._第3张图片

修改之后启动OK

XAMPP中php服务器apache启动失败Apache shutdown unexpectedly.This may be due to a blocked port.._第4张图片

你可能感兴趣的:(php)