xammp无法启动apache 由于80端口引起的问题 摘自百度经验
启动过程提示:
15:33:05 [Apache] Problem detected!
15:33:05 [Apache] Port 80 in use by "Unable to open process" with PID 4!
15:33:05 [Apache] Apache WILL NOT start without the configured ports free!
15:33:05 [Apache] You need to uninstall/disable/reconfigure the blocking application
15:33:05 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
-
是系统的服务占用了80端口,所以要么结束系统服务,要么修改apache端口。
PID4的服务是World Wide Web Publishing Service
这里选择结束这个系统服务,运行services.msc,找到然后停止即可。