##やりたいこと
Amazon Linux 2 + Apache 2.4.x 環境下で http2 通信をしたい。
##実行環境
Apache 2.4.43
OpenSSL 1.0.2k-fips
/etc/httpd/conf/httpd.conf
<IfModule mod_http2.c> Protocols h2 h2c http/1.1 </IfModule>
$ ls -l /etc/httpd/modules (中略) -rwxr-xr-x 1 root root 248888 Oct 23 2019 mod_http2.so (中略) -rwxr-xr-x 1 root root 62432 Oct 23 2019 mod_proxy_http2.so (中略)
/etc/httpd/conf.d/linming.com.ssl.conf
(中略) Protocols h2 h2c http/1.1
##現時点での Network の結果
Chrome の F12 で Network -> Protocol を見ると、http/1.1 でアクセスしています。
##知りたいこと
どうしたら http2 でアクセスするようになるでしょうか?
回答1件
あなたの回答
tips
プレビュー