Don't think so. But loading the module should do no harm, I think. And it does now.
I am not familiar with the NNTP use case. Is this always an NNTP-only server then? > Am 11.10.2015 um 19:08 schrieb Yann Ylavic <ylavic....@gmail.com>: > > On Sun, Oct 11, 2015 at 7:00 PM, Stefan Eissing > <stefan.eiss...@greenbytes.de> wrote: >> Ok, analyzed the code. Here is what seems to be happening: >> >> - mod_http2, in the connection hook, does a blocking, speculative read to >> a) make sure the ALPN has been triggered >> b) check for the magic 24 bytes h2 preface in case H2Direct is on >> This works fine for HTTP/1.1 or protocols where the client starts sending >> bytes right away. >> If the client waits for something from the server first, it gives a >> timeout. This seems to be the NNTP case. > > Does it make any sense to enable h2 on NNTP?