Check who is using port 80 on linux
Check what application is using port 80
sudo netstat -pnlt | grep ':80'
To review what port apache is binded on :
sudo netstat -pnlt | grep http
Just another Yipp.ca Blogs site
sudo netstat -pnlt | grep ':80'
sudo netstat -pnlt | grep http
Recent Comments