Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. root@optp1277:~# systemctl status nginx
  2. ● nginx.service - nginx - high performance web server
  3. Loaded: loaded (/lib/systemd/system/nginx.service; enabled)
  4. Active: failed (Result: exit-code) since Sat 2018-01-20 14:14:49 CET; 54s ago
  5. Docs: http://nginx.org/en/docs/
  6. Process: 2729 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
  7. Process: 2725 ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
  8.  
  9. Jan 20 14:14:46 optp1277 nginx[2725]: nginx: configuration file /etc/nginx/nginx.conf test is successful
  10. Jan 20 14:14:46 optp1277 nginx[2729]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  11. Jan 20 14:14:47 optp1277 nginx[2729]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  12. Jan 20 14:14:47 optp1277 nginx[2729]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  13. Jan 20 14:14:48 optp1277 nginx[2729]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  14. Jan 20 14:14:48 optp1277 nginx[2729]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
  15. Jan 20 14:14:49 optp1277 nginx[2729]: nginx: [emerg] still could not bind()
  16. Jan 20 14:14:49 optp1277 systemd[1]: nginx.service: control process exited, code=exited status=1
  17. Jan 20 14:14:49 optp1277 systemd[1]: Failed to start nginx - high performance web server.
  18. Jan 20 14:14:49 optp1277 systemd[1]: Unit nginx.service entered failed state.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement