Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. [root@THANG4 home]# systemctl status nginx.service -l
  2. ● nginx.service - nginx - high performance web server
  3. Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
  4. Active: failed (Result: exit-code) since Thu 2018-01-04 16:03:53 +07; 2min 28s ago
  5. Docs: http://nginx.org/en/docs/
  6. Process: 13952 ExecStop=/bin/kill -s QUIT $MAINPID (code=exited, status=0/SUCCESS)
  7. Process: 12498 ExecReload=/bin/kill -s HUP $MAINPID (code=exited, status=0/SUCCESS)
  8. Process: 10387 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
  9. Process: 14271 ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
  10. Main PID: 10390 (code=exited, status=0/SUCCESS)
  11.  
  12. Jan 04 16:03:53 THANG4 systemd[1]: Starting nginx - high performance web server...
  13. Jan 04 16:03:53 THANG4 nginx[14271]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
  14. Jan 04 16:03:53 THANG4 nginx[14271]: nginx: [emerg] open() "/home/incardvisit.comm/logs/access.log" failed (2: No such file or directory)
  15. Jan 04 16:03:53 THANG4 nginx[14271]: nginx: configuration file /etc/nginx/nginx.conf test failed
  16. Jan 04 16:03:53 THANG4 systemd[1]: nginx.service: control process exited, code=exited status=1
  17. Jan 04 16:03:53 THANG4 systemd[1]: Failed to start nginx - high performance webserver.
  18. Jan 04 16:03:53 THANG4 systemd[1]: Unit nginx.service entered failed state.
  19. Jan 04 16:03:53 THANG4 systemd[1]: nginx.service failed.
  20. [root@THANG4 home]# nginx -t
  21. nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
  22. nginx: [emerg] open() "/home/incardvisit.comm/logs/access.log" failed (2: No such file or directory)
  23. nginx: configuration file /etc/nginx/nginx.conf test failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement