Home >php教程 >php手册 >安装Apache时,端口80被占用情况的处理

安装Apache时,端口80被占用情况的处理

WBOY
WBOYOriginal
2016-05-30 16:59:471816browse

今天安装Apache,端口80被占用,网上寻找的办法不靠谱。。现将本方法分享给大家共勉!

 

win+R启动“运行”

输入 netstat -abno查看:

经过查找pid=4的进程

Ctrl+Shif+Esc启动任务管理器

勾选”显示所有用户的进程”

查看得知因为是系统进程,无法终止。

经查:SQL Server ReportingServices(SQLEXPRESS)服务占用80端口,

停止SQL Server ReportingServices(SQLEXPRESS)服务后,更改其为手动,

重新卸载Apache后再安装Apache:

测试结果:

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn