- A self-managed VPS or dedicated server with Ubuntu 24.04 running Apache 2.4.xx.
- A registered domain name with working HTTPS (TLS/SSL). HTTP/2 and HTTP/3 only works alongside HTTPS because most browsers, including Firefox and Chrome, don’t support HTTP/2 or HTTP/3 in cleartext (non-TLS) mode.
After multiple tries with apche2 recompiling with a different modules to support quic and http3
, I simply run nginx
container that will overtake only UDP
traffic and forward it to the apache2 as http2 via TCP
. So, no, it is not real "http3 apache2 support", but works pretty well and you do not need to change anything on your Apache2 sever.