apache2が起動しない。
いつもお世話になり誠にありがとうございます。
標記の件。
下記のとおり、どうしてもapache2が起動しません。
どう対処すればいいでしょうか?
ご回答の程、宜しくお願い申し上げます。
記
systemctl stop apache2
localhost:/home/kou # systemctl start apache2
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xeu apache2.service" for details.
localhost:/home/kou # systemctl status apache2.service
× apache2.service - The Apache Webserver
Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2022-06-27 07:38:22 JST; 1min 4s ago
Process: 9015 ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start (code=exited, status=1/FA>
Main PID: 9015 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Jun 27 07:38:22 localhost systemd[1]: Starting The Apache Webserver...
Jun 27 07:38:22 localhost start_apache2[9015]: (98)Address already in use: AH00072: make_sock: could not bind>
Jun 27 07:38:22 localhost start_apache2[9015]: (98)Address already in use: AH00072: make_sock: could not bind>
Jun 27 07:38:22 localhost start_apache2[9015]: no listening sockets available, shutting down
Jun 27 07:38:22 localhost start_apache2[9015]: AH00015: Unable to open logs
Jun 27 07:38:22 localhost systemd[1]: apache2.service: Main process exited, code=exited, status=1/FAILURE
Jun 27 07:38:22 localhost systemd[1]: apache2.service: Failed with result 'exit-code'.
Jun 27 07:38:22 localhost systemd[1]: Failed to start The Apache Webserver.
lines 1-15/15 (END)