[root@koda custombuild]# systemctl status httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/etc/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2023-03-02 20:52:00 CET; 1min 35s ago
Process: 2233566 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 2233564 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 2233564 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Mar 02 20:51:59 koda.proguide.nl systemd[1]: Starting The Apache HTTP Server...
Mar 02 20:52:00 koda.proguide.nl systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Mar 02 20:52:00 koda.proguide.nl kill[2233566]: kill: cannot find process ""
Mar 02 20:52:00 koda.proguide.nl systemd[1]: httpd.service: control process exited, code=exited status=1
Mar 02 20:52:00 koda.proguide.nl systemd[1]: Failed to start The Apache HTTP Server.
Mar 02 20:52:00 koda.proguide.nl systemd[1]: Unit httpd.service entered failed state.
Mar 02 20:52:00 koda.proguide.nl systemd[1]: httpd.service failed.