B
blutigerAnfänger
Grünschnabel
Hallo,
ich habe ein Problem bezüglich Apache auf meinem CentOS 7. Es möchte einfach nicht starten.
Hier ein Auszug aus meiner Shell:
[root@localhost /]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2019-10-25 07:15:31 UTC; 1min 29s ago
Docs: man:httpd.service(
Process: 2700 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 2700 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Oct 25 07:15:31 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
Oct 25 07:15:31 localhost.localdomain httpd[2700]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, ...message
Oct 25 07:15:31 localhost.localdomain httpd[2700]: (9Address already in use: AH00072: make_sock: could not bind to address [::80
Oct 25 07:15:31 localhost.localdomain httpd[2700]: (9Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 25 07:15:31 localhost.localdomain httpd[2700]: no listening sockets available, shutting down
Oct 25 07:15:31 localhost.localdomain httpd[2700]: AH00015: Unable to open logs
Oct 25 07:15:31 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Oct 25 07:15:31 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
Oct 25 07:15:31 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
Oct 25 07:15:31 localhost.localdomain systemd[1]: httpd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
Leider bin ich sehr unerfahren in sachen Linux und kann daher leider nicht viel damit anfangen.
Ich bitte um Hilfe.
Vielen Dank im Voraus
ich habe ein Problem bezüglich Apache auf meinem CentOS 7. Es möchte einfach nicht starten.
Hier ein Auszug aus meiner Shell:
[root@localhost /]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2019-10-25 07:15:31 UTC; 1min 29s ago
Docs: man:httpd.service(
Process: 2700 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 2700 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Oct 25 07:15:31 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
Oct 25 07:15:31 localhost.localdomain httpd[2700]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, ...message
Oct 25 07:15:31 localhost.localdomain httpd[2700]: (9Address already in use: AH00072: make_sock: could not bind to address [::80
Oct 25 07:15:31 localhost.localdomain httpd[2700]: (9Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 25 07:15:31 localhost.localdomain httpd[2700]: no listening sockets available, shutting down
Oct 25 07:15:31 localhost.localdomain httpd[2700]: AH00015: Unable to open logs
Oct 25 07:15:31 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Oct 25 07:15:31 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
Oct 25 07:15:31 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
Oct 25 07:15:31 localhost.localdomain systemd[1]: httpd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
Leider bin ich sehr unerfahren in sachen Linux und kann daher leider nicht viel damit anfangen.
Ich bitte um Hilfe.
Vielen Dank im Voraus