I know that HTTP2 is available just over Nginx but I was wandering if this solution could work.
How to enable apache-http/2 in centos 7?
I tried this on my Centos 7 no Plesk server and it works but it will work also with Plesk?
How to enable apache-http/2 in centos 7?
I tried this on my Centos 7 no Plesk server and it works but it will work also with Plesk?
Now is available repo from codeit.guru for CentOS 7, it can be enabled:
Code:cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo
If apache is already installed, yum update will update apache, it even enables mod_http2.
Otherwise, fresh installation of apache can be done.
Put Protocols h2 http/1.1 within ssl.conf as Mozilla suggests
Restart apache, http/2 is ready.