How to determine what process is listening on OSX

Viewed 2736

Trying to help configure Laravel Valet on a Mac running El Capitan, and the user had installed MAMP previously. MAMP is disabled but anytime we load a valet address (mysite.dev) we get a standard Apache 404 page.

Is there a way to determine what process is listening on port 80 and conflicting with Valet so I can disable it?

1 Answers
Related