Hi everyone,
I've enabled the mod_http2 by running this:
# yum remove ea-apache24-mod_http2 ea-nghttp2 ea-libnghttp2
# rm -fv /etc/yum.repos.d/EA4-mod_http2.repo
# yum downgrade 'ea-apache24*'
# yum clean all ; yum install ea-apache24-mod_http2
I've also added this lines to '/etc/apache2/conf.d/http2.conf'
<IfModule http2_module>
LogLevel http2:info
Protocols h2 h2c http/1.1
</IfModule>
However, i can never got h2 working on chrome, i only see only http1.1
Yes, my site is on https and it is working fine.
I saw this on the apache error log too, not sure if it is relevant
[Fri Jul 14 23:09:19.723884 2017] [http2:info] [pid 6943:tid 140571044673664] AH03090: mod_http2 (v1.8.3, feats=CHPRIO+SHA256+INVHD, nghttp2 1.20.0), initializing...
please help.
Thank you.
I've enabled the mod_http2 by running this:
# yum remove ea-apache24-mod_http2 ea-nghttp2 ea-libnghttp2
# rm -fv /etc/yum.repos.d/EA4-mod_http2.repo
# yum downgrade 'ea-apache24*'
# yum clean all ; yum install ea-apache24-mod_http2
I've also added this lines to '/etc/apache2/conf.d/http2.conf'
<IfModule http2_module>
LogLevel http2:info
Protocols h2 h2c http/1.1
</IfModule>
However, i can never got h2 working on chrome, i only see only http1.1
Yes, my site is on https and it is working fine.
I saw this on the apache error log too, not sure if it is relevant
[Fri Jul 14 23:09:19.723884 2017] [http2:info] [pid 6943:tid 140571044673664] AH03090: mod_http2 (v1.8.3, feats=CHPRIO+SHA256+INVHD, nghttp2 1.20.0), initializing...
please help.
Thank you.