php - About apache port 80 being occupied
怪我咯
怪我咯 2017-06-15 09:22:17
0
5
986

My apache80 port is occupied


I would like to ask if this is occupied and how to turn it off in mac system

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(5)
大家讲道理

1. Terminal execution (Ni’s output may be different from mine, that’s okay. You can’t see port 1024 without sudo)

sudo lsof -i:80


2. Find the process, then

sudo kill -9 202
sudo kill -9 53
洪涛

kill -9 pid

曾经蜡笔没有小新

Two ways to check:

1. netstat -anl | grep "80"

2.lsof -i:80

Then kill it

黄舟

Find him and kill him

仅有的幸福

Violently kill that process

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template