Question
Has anybody successfully enabled HTTP/2 on Ubuntu 16.04 with Apache 2.4.18?
If so, please explain to me how you were able to do it.
When I run either of the following:
sudo a2enmod mod_http2
sudo a2enmod http2
I receive the following respectively:
ERROR: Module mod_http2 does not exist!
ERROR: Module http2 does not exist!
Regards.
Jay Welsh.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×