httpd.serviceで以下エラーが出ます。
色々とググってみたのですが、自身では解決に辿り着けません。
どうか、ご教授の程、よろしくお願い致します。
[root@********* ~]#systemctl status httpd.service
- httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2021-10-11 07:49:27 JST; 8h ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 28990 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 21919 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Process: 30018 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 30018 (code=exited, status=1/FAILURE)
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.