Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jaeyson's avatar

Trouble with enabling HTTP/2 on apache2

Hi, i tried to check a domain using this site and it returns HTTP/2 protocol is not supported and ALPN extension is not supported. Looked also in dev tools and it's showing http/1.1.

Server's ubuntu 18 and i already enabled http2 module (a2enmod http2), added the protocol on virtual host. what else is missing?

0 likes
1 reply
philaMNE's avatar

Did you restart the apche2 service after enabling the module? what does the log say? Also, are you using php fpm or not?

Please or to participate in this conversation.