Apache 2.4.27 から Prefork では、HTTP/2 が無効であることを今さら知った

By estis , 5 5月, 2019

http://www.apache.org/dist/httpd/CHANGES_2.4

Changes with Apache 2.4.27

*) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
     The server will continue to run, but HTTP/2 will no longer be negotiated.
     [Stefan Eissing]

とある。

Comments