# reboot
# systemctl start httpd24
Job for httpd24.service failed because the control process exited with error code. See "systemctl status httpd24.service" and "journalctl -xe" for details.
# systemctl status httpd24
● httpd24.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd24.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2016-04-26 10:55:59 EDT; 36s ago
Process: 1992 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 1991 ExecStart=/usr/sbin/httpd24 $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 1991 (code=exited, status=1/FAILURE)
Apr 26 10:55:58 eap64ews3 systemd[1]: Starting The Apache HTTP Server...
Apr 26 10:55:58 eap64ews3 httpd24[1991]: httpd24: Syntax error on line 115 of /etc/httpd24/conf/httpd.conf: Syntax error on line 76 of /etc/httpd24/conf.modules.d/00-base.conf: DefaultRuntimeDir must be a valid directo...ive to ServerRoot
Apr 26 10:55:58 eap64ews3 systemd[1]: httpd24.service: main process exited, code=exited, status=1/FAILURE
Apr 26 10:55:59 eap64ews3 kill[1992]: kill: cannot find process ""
Apr 26 10:55:59 eap64ews3 systemd[1]: httpd24.service: control process exited, code=exited status=1
Apr 26 10:55:59 eap64ews3 systemd[1]: Failed to start The Apache HTTP Server.
Apr 26 10:55:59 eap64ews3 systemd[1]: Unit httpd24.service entered failed state.
Apr 26 10:55:59 eap64ews3 systemd[1]: httpd24.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
# sed -n '76p' /etc/httpd24/conf.modules.d/00-base.conf
DefaultRuntimeDir /run/httpd24
# mkdir /run/httpd24
# systemctl start httpd24
# systemctl status httpd24
● httpd24.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd24.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2016-04-26 10:59:46 EDT; 3s ago
...