Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # 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 Tue 2017-11-14 19:23:16 EST; 5min ago
  5. Docs: man:httpd.service(8)
  6. Process: 676 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
  7. Main PID: 676 (code=exited, status=1/FAILURE)
  8. Status: "Reading configuration..."
  9.  
  10. Nov 14 19:23:02 PENTIUM systemd[1]: Starting The Apache HTTP Server...
  11. Nov 14 19:23:16 PENTIUM systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
  12. Nov 14 19:23:18 PENTIUM httpd[676]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. S
  13. Nov 14 19:23:16 PENTIUM systemd[1]: Failed to start The Apache HTTP Server.
  14. Nov 14 19:23:16 PENTIUM systemd[1]: httpd.service: Unit entered failed state.
  15. Nov 14 19:23:16 PENTIUM systemd[1]: httpd.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement