Virtual Hosts Causing HTTPD to not start

After updating httpd, openssl, mod_ssl my server stopped allowing apache to start. I was able to narrow it down to my virtual hosts. (1 with a LE cert on 443, and 4 others on port 80).

I removed the others from my httpd.conf and the service will start with only my 443 site listed.

Is there a proper way to accommodate my SSL site with lets encrypt as well as have virtual hosts on the same server for non ssl sites?

as soon as I add entries to /etc/httpd/conf.d/vhosts.conf the service will not start.

Show:
grep -ri sslcertificatekeyfile /etc/httpd

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.