Page 1 of 1

How to setup HTTP/2 in Xampp for Linux

PostPosted: 08. November 2017 05:39
by prakit
I want to use http/2 on xampp. How to How to setup HTTP/2 in xampp.

Thank

Re: How to setup HTTP/2 in Xampp for Linux

PostPosted: 08. November 2017 13:17
by Nobbie
Due to https://en.wikipedia.org/wiki/HTTP/2 its a question of the configuration of Apache. At least Apache 2.4.17 is required and HTTP/2 is realized via activation of module mod_http2. I have no clue, which Apache version you are running and whether the module mod_http2 is included in Xampp. If Xampp does not meat this prerequisites, you must not use Xampp, instead get Apache somewhere else.

Re: How to setup HTTP/2 in Xampp for Linux

PostPosted: 09. November 2017 11:42
by HokuApps
Follow The Step:

Install or Update Apache. HTTP/2 protocol supported over Apache version >=2.4.17.
Verify Apache Version. ...
Enable HTTP/2 in Apache. ...
Verify HTTP/2.

Ref : tecadmin.net/enable-http2-in-apache/

Re: How to setup HTTP/2 in Xampp for Linux

PostPosted: 10. November 2017 04:15
by prakit
@ HokuApps Thank. But i need how to settup HTTP/2 apache in Xampp.

Re: How to setup HTTP/2 in Xampp for Linux

PostPosted: 10. November 2017 11:13
by Nobbie
You need to load module mod_http2 in Apache. But, as far as i can see, that module is not part of Xampp for Linux, therefore you cannot activate HTTP2 in Xampp for Linux. Ask Bitnami why they dont deliver HTTP2 Module for Linux. In Windows theres is a mod_http2.so included in Xampp.

But instead of Xampp you also can install Apache etc. from your distribution, that should contain mod_http2.

Re: How to setup HTTP/2 in Xampp for Linux

PostPosted: 15. November 2017 04:54
by prakit
Thank very must everyone.

Re: How to setup HTTP/2 in Xampp for Linux

PostPosted: 13. May 2018 18:30
by shoulders
This article might be of use.

https://harrytang.xyz/blog/xampp-http2-ssl-localhost

It has instructions.