Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. [root@localhost inet2005]# systemctl status httpd.service -l
  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 Sat 2017-10-21 16:11:39 ADT; 1min 43s ago
  5. Docs: man:httpd(8)
  6. man:apachectl(8)
  7. Process: 1330 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  8. Process: 1198 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
  9. Main PID: 1198 (code=exited, status=1/FAILURE)
  10.  
  11. Oct 21 16:11:38 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
  12. Oct 21 16:11:39 localhost.localdomain httpd[1198]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
  13. Oct 21 16:11:39 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
  14. Oct 21 16:11:39 localhost.localdomain kill[1330]: kill: cannot find process ""
  15. Oct 21 16:11:39 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1
  16. Oct 21 16:11:39 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
  17. Oct 21 16:11:39 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
  18. Oct 21 16:11:39 localhost.localdomain systemd[1]: httpd.service failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement