Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/apache:master commit in: 2.4/conf/modules.d/
Date: Fri, 30 Dec 2016 21:04:42
Message-Id: 1483131845.1c13f557b64f3f2aabd7665d76001704a354229e.polynomial-c@gentoo
1 commit: 1c13f557b64f3f2aabd7665d76001704a354229e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 21:04:05 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 21:04:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=1c13f557
7
8 Added 41_mod_http2.conf to apache-2.4 modules.d directory.
9
10 2.4/conf/modules.d/41_mod_http2.conf | 9 +++++++++
11 1 file changed, 9 insertions(+)
12
13 diff --git a/2.4/conf/modules.d/41_mod_http2.conf b/2.4/conf/modules.d/41_mod_http2.conf
14 new file mode 100644
15 index 0000000..aac7504
16 --- /dev/null
17 +++ b/2.4/conf/modules.d/41_mod_http2.conf
18 @@ -0,0 +1,9 @@
19 +<IfDefine SSL>
20 + <IfModule http2_module>
21 + # enable logging for this module
22 + LogLevel http2:info
23 +
24 + #Enable HTTP/2 support
25 + Protocols h2 h2c http/1.1
26 + </IfModule>
27 +</IfDefine>