httpsにおけるhttpのバージョン選択(apache)

環境 AmazonLinux Apache2.4.27

/etc/httpd/conf.d/ssl.confで

<VirtualHost _default_:443>
ProtocolsHonorOrder On
Protocols h2

のProtocolsのところをh2にすればhttp2,http/1.1にすればhttp1.1が使える

ちなみにmpmがeventやworkerであれば、http2が使えるけれど、preforkだとmod_http2が無効になるので、http2の設定をしていてもhttp1.1を使うようですhttps://blog.apar.jp/linux/7873/