Last Updated: February 25, 2016
·
352
· adamphillips

Finding out what is running on port 80

When setting up a new dev environment on OSX, apache was refusing to start as something else was already hogging port 80.

Found this pointer which shows everything connected to port 80

sudo lsof -i :80

If you're having a similar problem, look for the process that is listening on port 80