Advertisement
Guest User

Untitled

a guest
Feb 18th, 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. [ronnie@localhost ~]$ systemctl status httpd.service
  2. ● httpd.service - The Apache HTTP Server
  3. Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
  4. Active: failed (Result: exit-code) since Sun 2018-02-18 14:00:27 CST; 22s ago
  5. Docs: man:httpd(8)
  6. man:apachectl(8)
  7. Process: 24247 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  8. Process: 24244 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
  9. Main PID: 24244 (code=exited, status=1/FAILURE)
  10.  
  11. Feb 18 14:00:27 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
  12. Feb 18 14:00:27 localhost.localdomain httpd[24244]: AH00112: Warning: DocumentRoot [/...t
  13. Feb 18 14:00:27 localhost.localdomain httpd[24244]: AH00558: httpd: Could not reliabl...e
  14. Feb 18 14:00:27 localhost.localdomain httpd[24244]: (98)Address already in use: AH000...0
  15. Feb 18 14:00:27 localhost.localdomain systemd[1]: httpd.service: main process exited,...E
  16. Feb 18 14:00:27 localhost.localdomain kill[24247]: kill: cannot find process ""
  17. Feb 18 14:00:27 localhost.localdomain systemd[1]: httpd.service: control process exit...1
  18. Feb 18 14:00:27 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
  19. Feb 18 14:00:27 localhost.localdomain systemd[1]: Unit httpd.service entered failed s....
  20. Feb 18 14:00:27 localhost.localdomain systemd[1]: httpd.service failed.
  21. Hint: Some lines were ellipsized, use -l to show in full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement