:: Re: [DNG] who's tying up my port 80…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Bruce Ferrell
Fecha:  
A: dng
Asunto: 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