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.