[1]+ Stopped systemctl status httpd
[User@tracs-test ~]$ systemctl status httpd
× httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: failed (Result: exit-code) since Thu 2024-12-12 06:09:14 EST; 1min 11s ago
Docs: man:httpd.service(8)
Process: 95280 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 95280 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
CPU: 74ms
Dec 12 06:09:13 tracs-test systemd[1]: Starting The Apache HTTP Server...
Dec 12 06:09:14 tracs-test httpd[95280]: AH00526: Syntax error on line 5 of /etc/httpd/conf.d/ssl.conf:
Dec 12 06:09:14 tracs-test httpd[95280]: Cannot define multiple Listeners on the same IP:port
Dec 12 06:09:14 tracs-test systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Dec 12 06:09:14 tracs-test systemd[1]: httpd.service: Failed with result 'exit-code'.
Dec 12 06:09:14 tracs-test systemd[1]: Failed to start The Apache HTTP Server.
[User@tracs-test ~]$