発生している問題
少し前まで動いていたapache2の再起動を行ったら起動しなくなってしまいました。
起動のときに落ちているらしかったのでgdbを使って追いかけてみたところ
Config variable ${APACHE_RUN_DIR} is not defined になりそれを調べてもデバック中はそうなるということぐらいしかわかりませんでした。
エラーコードで調べたいのですが検索してもHTTPのエラーでしか引っかからずに困ってしまいました。
よろしくお願いします。
-- The result is failed. 5月 04 13:10:02 raspberrypi systemd[1]: apache2.service: Unit entered failed state. 5月 04 13:10:02 raspberrypi systemd[1]: apache2.service: Failed with result 'exit-code'. 5月 04 13:10:02 raspberrypi sudo[1354]: pam_unix(sudo:session): session closed for user root 5月 04 13:10:05 raspberrypi sudo[1373]: pi : TTY=pts/0 ; PWD=/etc/apache2 ; USER=root ; COMMAND=/usr/sbin/service apache restart 5月 04 13:10:05 raspberrypi sudo[1373]: pam_unix(sudo:session): session opened for user root by pi(uid=0) 5月 04 13:10:05 raspberrypi sudo[1373]: pam_unix(sudo:session): session closed for user root 5月 04 13:10:10 raspberrypi sudo[1385]: pi : TTY=pts/0 ; PWD=/etc/apache2 ; USER=root ; COMMAND=/usr/sbin/service apache2 restart 5月 04 13:10:10 raspberrypi sudo[1385]: pam_unix(sudo:session): session opened for user root by pi(uid=0) 5月 04 13:10:11 raspberrypi systemd[1]: Starting The Apache HTTP Server... -- Subject: Unit apache2.service has begun start-up -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit apache2.service has begun starting up. 5月 04 13:10:11 raspberrypi apachectl[1394]: Segmentation fault 5月 04 13:10:11 raspberrypi apachectl[1394]: Action 'start' failed. 5月 04 13:10:11 raspberrypi apachectl[1394]: The Apache error log may have more information. 5月 04 13:10:11 raspberrypi systemd[1]: apache2.service: Control process exited, code=exited status=139 5月 04 13:10:11 raspberrypi systemd[1]: Failed to start The Apache HTTP Server. -- Subject: Unit apache2.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit apache2.service has failed. -- -- The result is failed. 5月 04 13:10:11 raspberrypi systemd[1]: apache2.service: Unit entered failed state. 5月 04 13:10:11 raspberrypi systemd[1]: apache2.service: Failed with result 'exit-code'. 5月 04 13:10:11 raspberrypi sudo[1385]: pam_unix(sudo:session): session closed for user root
補足情報(FW/ツールのバージョンなど)
Apache/2.4.25 (Raspbian)
あなたの回答
tips
プレビュー