1.执行httpd.exe D:\phpStudy\PHPTutorial\Apache\bin>httpd.exe 返回 could not bind to address 0.0.0.0:80
显示80端口被占用
2.cmd netstat -ano |findstr "80" 查看进程id 4
3.在任务管理器里面发现 进程id为4 的为 NT kernel & System
4.下面是关闭NT kernel & System 的方法:
1.执行httpd.exe D:\phpStudy\PHPTutorial\Apache\bin>httpd.exe 返回 could not bind to address 0.0.0.0:80
显示80端口被占用
2.cmd netstat -ano |findstr "80" 查看进程id 4
3.在任务管理器里面发现 进程id为4 的为 NT kernel & System
4.下面是关闭NT kernel & System 的方法: