问题:win7系统! 在wamp5的apache启动不了: 目录下点击[测试80端口]的时候提示:Your port 80 is actually used by : Server: Microsoft-HTTPAPI/2.0 Press Enter to exit... 解决方法: 1.VS2010在更新了SP1后,会在开机时自动启动一个服务,占用WAMP的80端口,导致WAMP无法正常启动Apache 解决办法如下: 1. 进入控制面板→管理工具→服务. 2. 停止[Web 部署代理服务],…
1.打开Tomcat的默认安装路径下的Service.xml文件 路径:C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\Server.xml 2.修改配置文件 <?xml version='1.0' encoding='utf-8'?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license…
问题 Mail服务器在安装TFS服务(含SQLServer2016)后启动不了网页服务. 排查问题 使用命令查看端口占用情况 netstat -nao | find ":80" netstat -b 使用GUI 工具查看 问题解决 将IIS的绑定修改不再绑定80端口 将SQLServer ReportService从80端口改到8081,8082等 参考 Stop http.sys from listening on port 80 in Windows Port 80…