I'm running the following version of Apache on Centos 7:
httpd.x86_64 2.4.6-97.el7.centos.5 @updates
httpd-tools.x86_64 2.4.6-97.el7.centos.5 @updates
This is the default package that came with the system. I want to be able to support http/2 but the instructions I have found require me to build/configure the software with that parameter. However, I'm using a standard package for ease of update. Is there a way to enable this feature and still use the same update tree? Or is there a better package/repo to use? Or is there a way I can configure the existing installation to enable http 2.0? I looked and I didn't see mod_http2.so - is there a way to install that and then enable it via configuration so I don't have to re-build Apache from scratch?
NOTE: There is an existing question ( HTTP/2 on CentOS 7 on Apache with PHP7 ) about this but it's 5 years old and I'm hoping for a more updated answer since at the time it was said http/2 was not as stable/supported