On 07/08/2018 06:12 PM, Hendrik Boom wrote:
I can't start lighttpd because something is already bound to port 80.

How can I find out what's attached to this port?

-- hendrik

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

I'd run this command:

sudo lsof -nP | grep TCP | grep :80

You may need to install lsof first



_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to