Job for httpd.service failed
Solution 1:
The key error message appears to be:
SSLCertificateFile: file '/etc/httpd/ssl/apache.srt' does not exist or is empty
Which is likely a small typo in /etc/httpd/conf.d/ssl.conf
in the name of the SSL public key component of your certificate, most likely it should be apache.crt instead of apache.srt