Linux 查看端口占用
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
某天我要启动apache,但是提示443端口被占用了.
1.查看占用程序
netstat -apn | grep 443
最后一项显示的是pid和对应的名称
2.杀掉对应的进程,彻底杀死进程
kill -9 pid
当然,还有一种方法就是修改Https的端口,因为VMware用的通常也是该端口。具体操作如下:
进入Apache的安装目录,打开httpd-ssl.conf,将443端口修改为其他可用端口。




A beautiful web dashboard for Linux
最近提交(Master分支:18 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)