HTTP2¶
If http2 is enabled but apache is still serving http1.1, it’s because http2 doesn’t work with mpm_prefork.
Caution, event is not working with php.
sudo a2enmod mpm_event and disabled sudo a2dismod mpm_prefork
If http2 is enabled but apache is still serving http1.1, it’s because http2 doesn’t work with mpm_prefork.
Caution, event is not working with php.
sudo a2enmod mpm_event and disabled sudo a2dismod mpm_prefork