Senior Member
joined:Apr 1, 2016
posts:1776
votes: 458
I'm looking into upgrading Apache to serve pages using HTTP/2 protocol. I'm currently running Ubuntu 14.04 with Apache 2.4.7. I have determined that I have the three options:
Option 1: Upgrade Apache to the latest version and the use an unsupported package:
sudo add-apt-repository ppa:ondrej/apache2
This appears to be widely accepted and recommended option. But it requires a lot work and the risk of messing things up.
Option 2: Install Ngin-X and use it as reverse proxy for Apache. This requires installing Ngin-X and adds another layer of complexity.
Option 3: Use Cloudflare
Any thoughts as to what the best option is.