Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. May 27 09:27:24 server systemd[1]: Starting A high performance web server and a reverse proxy server...
  2. May 27 09:27:25 server nginx[3715]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  3. May 27 09:27:25 server nginx[3715]: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
  4.  
  5. deploy@server:~$ sudo netstat -tulpn
  6. Active Internet connections (only servers)
  7. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  8. tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 322/sshd
  9. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 189/rpcbind
  10. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 598/apache2
  11. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 322/sshd
  12. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 517/master
  13. tcp6 0 0 :::111 :::* LISTEN 189/rpcbind
  14. tcp6 0 0 :::25 :::* LISTEN 517/master
  15. udp 0 0 0.0.0.0:789 0.0.0.0:* 189/rpcbind
  16. udp 0 0 0.0.0.0:111 0.0.0.0:* 189/rpcbind
  17. udp6 0 0 :::789 :::* 189/rpcbind
  18. udp6 0 0 :::111 :::* 189/rpcbind
Add Comment
Please, Sign In to add comment