It took a bit of working out but Apache version 2.4.25 from softwarecollections.org is compiled against OpenSSL 1.0.1. Unfortunately that means it doesn’t support the ALPN TLS extensions that are required for Firefox/Chrome to use HTTP/2 with a web site.
There is a newer version in testing (2.4.27) which is compiled against 1.0.2 and that does work 🙂
The following updates a system but as it’s a non-release version you’ll need to consider whether you want to run it or not.
yum --enablerepo=centos-sclo-rh-testing update httpd24 httpd24-httpd httpd24-nghttp2 httpd24-mod_ssl httpd24-runtime httpd24-libnghttp2 httpd24-httpd-tools
This version is in testing for RHSCL version 3.0 apparently.
https://www.redhat.com/archives/sclorg/2017-October/msg00012.html