webページに繋がらないよという報告を受けたので確認。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
systemctl status httpd -l ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since 水 2021-12-01 10:18:39 JST; 9s ago Docs: man:httpd(8) man:apachectl(8) Process: 17880 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 16809 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS) Process: 17878 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 17878 (code=exited, status=1/FAILURE) 12月 01 10:18:39 exr-web01 systemd[1]: Starting The Apache HTTP Server... 12月 01 10:18:39 exr-web01 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE 12月 01 10:18:39 exr-web01 kill[17880]: kill: cannot find process "" 12月 01 10:18:39 exr-web01 systemd[1]: httpd.service: control process exited, code=exited status=1 12月 01 10:18:39 exr-web01 systemd[1]: Failed to start The Apache HTTP Server. 12月 01 10:18:39 exr-web01 systemd[1]: Unit httpd.service entered failed state. 12月 01 10:18:39 exr-web01 systemd[1]: httpd.service failed. |
見ての通りapacheは落ちている。
monitで監視してるはずなのになんで上がらなかったんだろうと思いつつ起動させてみる。
1 2 3 |
systemctl start httpd Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. |
上がらないじゃん。