From 122adb92a9d9a198b552f36af376578e9e8745ae Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 8 Apr 2018 12:47:05 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- apache2/modules.d/00_apache_manual.conf | 4 ++-- apache2/modules.d/41_mod_http2.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache2/modules.d/00_apache_manual.conf b/apache2/modules.d/00_apache_manual.conf index fcd0e010..208d1c26 100644 --- a/apache2/modules.d/00_apache_manual.conf +++ b/apache2/modules.d/00_apache_manual.conf @@ -5,9 +5,9 @@ -AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.4.27-r1/manual$1" +AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.4.29-r1/manual$1" - + Options Indexes AllowOverride None Require all granted diff --git a/apache2/modules.d/41_mod_http2.conf b/apache2/modules.d/41_mod_http2.conf index 68b4838c..e4c9454e 100644 --- a/apache2/modules.d/41_mod_http2.conf +++ b/apache2/modules.d/41_mod_http2.conf @@ -4,6 +4,6 @@ #LogLevel http2:info #Enable HTTP/2 support - Protocols h2 http/1.1 + Protocols h2 h2c http/1.1 -- 2.39.5