原文地址:80端口被NT kernel & System 占用pid 4解决方法作者:威廉
打开cmd
运行net stop http
按y 确定
在运行 Sc config http start= disabled
好了,现在启动Apache,可以启动了。
在查看一下netstat -ano
发现pid 4占用了445端口
本文介绍了一种解决NT kernel & System进程占用80端口的方法,通过停止HTTP服务并设置其启动类型为禁用,最终成功启动Apache服务。
原文地址:80端口被NT kernel & System 占用pid 4解决方法作者:威廉
打开cmd
运行net stop http
按y 确定
在运行 Sc config http start= disabled
好了,现在启动Apache,可以启动了。
在查看一下netstat -ano
发现pid 4占用了445端口

被折叠的 条评论
为什么被折叠?