Windows之80端口被系统占用

Windows之80端口被系统占用

在安装apache的时候发现80端口被占用 

查找占用80端口的应用

 

 释放本地80端口:

1.以管理员身份打开cmd

2.运行以下命令

net stop http
sc config http start= disabled