[ec2-user@ip-12-5-0-13 httpd]$ sudo 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.
[ec2-user@ip-12-5-0-13 httpd]$ 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 Tue 2020-03-03 17:22:26 UTC; 31min ago Docs: man:httpd(8) man:apachectl(8) Process: 30523 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 30521 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 30521 (code=exited, status=1/FAILURE)
Mar 03 17:22:26 ip-12-5-0-13.ec2.internal systemd[1]: Starting The Apache HTTP Server... Mar 03 17:22:26 ip-12-5-0-13.ec2.internal httpd[30521]: httpd: Syntax error on line 354 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_jk.so into server: /etc/httpd/modul... ELF header Mar 03 17:22:26 ip-12-5-0-13.ec2.internal systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Mar 03 17:22:26 ip-12-5-0-13.ec2.internal kill[30523]: kill: cannot find process "" Mar 03 17:22:26 ip-12-5-0-13.ec2.internal systemd[1]: httpd.service: control process exited, code=exited status=1 Mar 03 17:22:26 ip-12-5-0-13.ec2.internal systemd[1]: Failed to start The Apache HTTP Server. Mar 03 17:22:26 ip-12-5-0-13.ec2.internal systemd[1]: Unit httpd.service entered failed state. Mar 03 17:22:26 ip-12-5-0-13.ec2.internal systemd[1]: httpd.service failed. Hint: Some lines were ellipsized, use -l to show in full.