简体   繁体   English

Windows系统服务器在端口80上运行

[英]Windows System Server Running on Port 80

I have IIS and Apache servers installed on my Vista OS, I have Stopped All of these servers but localhost still working , when I try connecting to localhost I got 404 error page. 我在Vista操作系统上安装了IIS和Apache服务器,已停止所有这些服务器,但是localhost仍在工作,尝试连接到localhost时出现404错误页面。 I found the port 80 is bounded to PID 4 to the System Process. 我发现端口80绑定到系统进程的PID 4。 there is no clear individual service working on this port . 该端口上没有明确的个人服务。 This is what I get through command line: 这是我通过命令行得到的:

Active Connections 活动连接

  Proto  Local Address          Foreign Address        State           PID

  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4

  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING       980

  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING       4

  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING       3992

  TCP    0.0.0.0:5357           0.0.0.0:0              LISTENING       4

As you can see this process is opening 3 ports 80,445 and 5357 , I think this is some related to asp.net or sqlexpress but not sure . 如您所见,此过程正在打开3个ports 80,445 and 5357 ,我认为这与asp.net或sqlexpress有关,但不确定。

anyone has a proper solution to this problem ?? 任何人都可以解决这个问题? how to release port 80 and what service is running on this port ?? 如何释放端口80以及该端口上正在运行什么服务?

445 is the SMB port. 445是SMB端口。 You might have file sharing enabled which might cause this port to be open. 您可能已启用文件共享,这可能导致此端口打开。 Try disabling file sharing and network discovery. 尝试禁用文件共享和网络发现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM