Enabled http2 but still serving over http1.1
Figured this out, apparently it was just an issue with mpm_prefork
module that doesn't support HTTP/2 starting from Apache 2.4.27
. I followed this guide and it now works!
Figured this out, apparently it was just an issue with mpm_prefork
module that doesn't support HTTP/2 starting from Apache 2.4.27
. I followed this guide and it now works!