Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [root@static ~]# sudo nginx
  2. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  3. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  4. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  5. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  6. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  7. nginx: [emerg] still could not bind()
  8. [root@static ~]#
  9.  
  10. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5808/nginx: worker
  11. tcp6 0 0 :::80 :::* LISTEN 5808/nginx: worker
  12. tcp6 0 0 :::8081 :::* LISTEN 6883/node
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement