How to activate HTTP2 on apache2 in Debian 10
You just installed apache2 on debian 10 and you want to activate http2 protocol. First of all, i recommend disabling the default mod php module and use the more modern way , php-fpm mode. Secondly, apache2 comes, by default, with mod prefork , which is not a compatible MPM with http2. I recommend using the …