summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-03-03 17:14:55 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-03-03 17:16:38 +0100
commit11d62311fe7432483fdabba794a18d59e3873e45 (patch)
treed3de0e0ae6a0f72a6bd4118b6ac2ee8141685f6e /www-servers/apache/files
parentapache-2.eclass: Doesn't work with EAPI-6 yet. (diff)
downloadgentoo-11d62311fe7432483fdabba794a18d59e3873e45.tar.gz
gentoo-11d62311fe7432483fdabba794a18d59e3873e45.tar.bz2
gentoo-11d62311fe7432483fdabba794a18d59e3873e45.zip
www-servers/apache: Revbump to add fixed init script (bug #566726)
and added a config file for http2 module. Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-servers/apache/files')
-rw-r--r--www-servers/apache/files/41_mod_http2.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/www-servers/apache/files/41_mod_http2.conf b/www-servers/apache/files/41_mod_http2.conf
new file mode 100644
index 000000000000..68b4838c8e34
--- /dev/null
+++ b/www-servers/apache/files/41_mod_http2.conf
@@ -0,0 +1,9 @@
+<IfDefine SSL>
+ <IfModule http2_module>
+ # enable debugging for this module
+ #LogLevel http2:info
+
+ #Enable HTTP/2 support
+ Protocols h2 http/1.1
+ </IfModule>
+</IfDefine>