Enable HTTP/2 in Apache on Ubuntu
First of all make sure that the following 3 requirement is fullfilled: A registered domain name with working HTTPS (TLS/SSL). HTTP/2 only works alongside HTTPS because most browsers, including Firefox and Chrome, don’t support HTTP/2 in cleartext (non-TLS) mode. Also you need at least Apache version 2.4.24 If you run PHP in Apache via mod_php, … Read more