How to enable HTTP/2 on AWS Lightsail WordPress Instance

0

I am currently managing a WordPress instance on AWS Lightsail and would like to enable HTTP/2 for improved website performance. Could you please confirm if HTTP/2 is supported on AWS Lightsail, specifically for WordPress instances? If supported, what are the recommended steps or best practices to enable HTTP/2 on my WordPress instance? Are there any considerations or potential issues I should be aware of when enabling HTTP/2 on my Lightsail instance? Please note that I have limited coding knowledge, so any step-by-step instructions or guidance suitable for non-technical users would be highly beneficial. I would greatly appreciate any insights or assistance you can provide on this matter.

asked 5 months ago489 views
2 Answers
1

Hello.

Is the WordPress you use Bitnami?
If so, please enable Apache's HTTP/2 module by following the steps in the document below.
https://docs.bitnami.com/aws/apps/wordpress/configuration/enable-modules/#mod_http2

After enabling Apache's HTTP/2 module, it should be enabled by adding settings to VirtualHost using the steps in the document below.
https://docs.bitnami.com/aws/apps/wordpress/administration/enable-http2-apache/

profile picture
EXPERT
answered 5 months ago
profile pictureAWS
EXPERT
reviewed 5 months ago
  • Tried this but still doesn't work.

0

Has anyone found a solution to this? Http/2 on lightsail does not seem to be working. I added all the necessary entries to the server side. Apachctl -M return Http/2 as loaded, but client browsers all report http 1.1 connection. All the test tools for http2, return Http2 not supported and also "ALPN extension not supported". Any ideas?

Bobk
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions