- 1 Post
- 2 Comments
Joined 6 months ago
Cake day: December 11th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Probably the closest you’re going to get
Only one program can listen on a port at a given time usually. Something’s listening on port 443 (the standard HTTPS port), and when nginx starts up it tries to listen on that port and can’t. You can figure out what’s already listening on that port with commands like
lsof
ornetstat
, see here for examples:https://superuser.com/questions/42843/finding-the-process-that-is-using-a-certain-port-in-linux