Why does apache2 module http2 not exist on Ubuntu 16.04?
问题 I'd like to install htt2_module. After a fresh installation of Ubuntu 14.04 following the steps listed in this link, I have tried to enable the http2_module just running sudo a2enmod http2 but I get: Module http2 does not exist! the apache version installed is:Apache/2.4.7 ,then as a workaround I tried with this link adding the following repository sudo add-apt-repository ppa:ondrej/apache2 after refreshing with sudo apt-get update, and running again the command to install/enable the http2 I