Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.47 KB | None | 0 0
  1. [root@instance-1 certs]# service httpd start
  2. Redirecting to /bin/systemctl start httpd.service
  3. Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
  4. [root@instance-1 certs]# systemctl status httpd.service
  5. ● httpd.service - The Apache HTTP Server
  6.    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
  7.    Active: failed (Result: exit-code) since Tue 2020-02-18 19:35:09 UTC; 6s ago
  8.      Docs: man:httpd(8)
  9.            man:apachectl(8)
  10.   Process: 4195 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  11.   Process: 11686 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
  12.   Process: 4194 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
  13.  Main PID: 4194 (code=exited, status=1/FAILURE)
  14.  
  15. Feb 18 19:35:09 instance-1 systemd[1]: Starting The Apache HTTP Server...
  16. Feb 18 19:35:09 instance-1 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
  17. Feb 18 19:35:09 instance-1 kill[4195]: kill: cannot find process ""
  18. Feb 18 19:35:09 instance-1 systemd[1]: httpd.service: control process exited, code=exited status=1
  19. Feb 18 19:35:09 instance-1 systemd[1]: Failed to start The Apache HTTP Server.
  20. Feb 18 19:35:09 instance-1 systemd[1]: Unit httpd.service entered failed state.
  21. Feb 18 19:35:09 instance-1 systemd[1]: httpd.service failed.
  22. [root@instance-1 certs]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement