Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. root@utopia:~# netstat -lntp | grep 80
  2. tcp 0 0 0.0.0.0:1080 0.0.0.0:* LISTEN 936383/portsentry
  3. tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 135683/pveproxy
  4. tcp 0 0 0.0.0.0:51280 0.0.0.0:* LISTEN 2253/rpc.statd
  5. root@utopia:~# /etc/init.d/nginx restart
  6. Restarting nginx: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  7. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  8. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  9. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  10. nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  11. nginx: [emerg] still could not bind()
  12. nginx.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement