QQ居然占用443端口

早上突然发现本机测试的 apache 突然无法启动了,首先想到的是配置错误,可是一直也没有动过配置文件,后来就发现443端口被qq占用了。

netstat -ano
说明
a:显示所有连接和监听的端口
n:用ip地址的形式显示地址和端口
o:显示和连接想关的进程id。
用这个方法查出占用端口的进程id
linux系统中,使用
netstat -anp

不过不知道为什么qq会占用443端口,后来qq关了再开再也没出现端口占用情况,google 了一下发现原来也有人出现这种情况:这里还有这里。有知道的能否告知一下。

Tags: 443, apache, QQ, 端口

相关日志

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

QQ使用会员VIP登录方法时使用的是443端口

那个443端口是远程地址的443啊, 走的ssl
本地端口怎么会是443呢

这是腾讯防止被封的一个手段

还是那句
不应该占用本地低于1024端口的
ssl是指远程的

今天我也发现了,造成apache无法启动

按说低于1024端口都不会被占用才对

如果你的Apache是默认80端口,Apache服务是手动开关的,腾迅 QQ Music 会占用 80 端口在你还未启动Apache服务之前v,迅雷也是一样的!

难道是qq, 迅雷等是为了防止被封端口?

发表评论

(必填)

(必填)


*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Comment moderation is enabled. Your comment may take some time to appear.