:: Re: [DNG] who's tying up my port 80…
Pàgina inicial
Delete this message
Reply to this message
Autor: Bruce Ferrell
Data:  
A: dng
Assumpte: Re: [DNG] who's tying up my port 80?
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@???
> 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