Problem binding to port 80: Could not bind to IPv4 or IPv6

ss -tlnp | grep -E “:(80|443)”

LISTEN 0 128 0.0.0.0:80 0.0.0.0:* users:((“lighttpd”,pid=1948,fd=4))
LISTEN 0 128 [::]:80 [::]:* users:((“lighttpd”,pid=1948,fd=5))
LISTEN 0 50 *:8081 : users:((“qbittorrent”,pid=2401,fd=35))

I think that lighttpd might be from something else I tried. Know of a way to shut it down?

1 Like