From 9f740c33e9742c2693130f14af0feb0bcd6c4394 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Fri, 12 Feb 2016 16:54:02 +0000 Subject: [PATCH] Rename http2 module m4 file, so that it will come after most standard modules in configure and thus will also be added later with LoadModule to the default Unix httpd.conf file. This is necessary, because modules/http2 also contains mod_proxy_http2, which must be loaded after mod_proxy itself. The same trick is already in used for some other modules (see config5.m4 files). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730071 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/{config.m4 => config2.m4} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/http2/{config.m4 => config2.m4} (100%) diff --git a/modules/http2/config.m4 b/modules/http2/config2.m4 similarity index 100% rename from modules/http2/config.m4 rename to modules/http2/config2.m4