Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Redirecting to /bin/systemctl status httpd.service
  2. ● httpd.service - The Apache HTTP Server
  3. Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
  4. Active: failed (Result: exit-code) since Mon 2019-06-03 13:16:54 +04; 1min 45s ago
  5. Docs: man:httpd(8)
  6. man:apachectl(8)
  7. Process: 17406 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  8. Process: 17404 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
  9. Main PID: 17404 (code=exited, status=1/FAILURE)
  10.  
  11. Jun 03 13:16:54 localhost httpd[17404]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
  12. Jun 03 13:16:54 localhost httpd[17404]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
  13. Jun 03 13:16:54 localhost httpd[17404]: no listening sockets available, shutting down
  14. Jun 03 13:16:54 localhost httpd[17404]: AH00015: Unable to open logs
  15. Jun 03 13:16:54 localhost systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
  16. Jun 03 13:16:54 localhost kill[17406]: kill: cannot find process ""
  17. Jun 03 13:16:54 localhost systemd[1]: httpd.service: control process exited, code=exited status=1
  18. Jun 03 13:16:54 localhost systemd[1]: Failed to start The Apache HTTP Server.
  19. Jun 03 13:16:54 localhost systemd[1]: Unit httpd.service entered failed state.
  20. Jun 03 13:16:54 localhost systemd[1]: httpd.service failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement