Apache2にSSLを導入したら起動しなくなった
apache2が立ち上がらなくて大変困っています。
httpのときは動作していましたがSSLを導入してhttps化したら立ち上がらなくなり解決方法もわかりません。
助けてください。
apache2を起動すると、
apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2023-12-17 11:09:17 JST; 7min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 6482 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
12月 17 11:09:17 raspberrypi3 systemd[1]: Starting The Apache HTTP Server...
12月 17 11:09:17 raspberrypi3 apachectl[6482]: Action 'start' failed.
12月 17 11:09:17 raspberrypi3 apachectl[6482]: The Apache error log may have more information.
12月 17 11:09:17 raspberrypi3 systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
12月 17 11:09:17 raspberrypi3 systemd[1]: apache2.service: Failed with result 'exit-code'.
12月 17 11:09:17 raspberrypi3 systemd[1]: Failed to start The Apache HTTP Server.
となるので、journalctl -xeすると、
-- The job identifier is 3687.
12月 17 11:09:17 raspberrypi3 apachectl[6482]: Action 'start' failed.
12月 17 11:09:17 raspberrypi3 apachectl[6482]: The Apache error log may have more information.
12月 17 11:09:17 raspberrypi3 systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit apache2.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
12月 17 11:09:17 raspberrypi3 systemd[1]: apache2.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit apache2.service has entered the 'failed' state with result 'exit-code'.
12月 17 11:09:17 raspberrypi3 systemd[1]: Failed to start The Apache HTTP Server.
-- Subject: A start job for unit apache2.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit apache2.service has finished with a failure.
--
-- The job identifier is 3687 and the job result is failed.
と表示されます。
補足
ご回答ありがとうございます! >/path/to/apache.exe -k restart こちらデフォルトで設定されていました。「-k」が何なのかも分かっていません。 >stopとstartを行った場合がうまくいくのであれば この2つも試してみたのですが、やはりうまくいきませんでした。。。 実行に対する応答は、上の応答の「restart」が「stop」、「start」に代わっただけで、ほぼ同じ回答でした。