I have tried to enable http2
module on Apache/2.4.29
which I'm running on Ubuntu 16.04
, but it seems that it doesn't work.
I did like this:
sudo a2enmod http2
And then active individually by adding:
Protocols h2 http/1.1
I'm also running mpm_prefork
module, could that cause a problem for http2
and if yes what is alternative to run instead mpm_prefork
?
One more thing I'm running shared server, which only allows PHP to run. I was checking for suPHP but it says on their website:
suPHP is not maintained any longer and will not receive any further updates not even security patches.