From a46258f6bb02f013bcd17f0170f4e4574c6ee066 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 2 Mar 2016 09:51:05 +0000 Subject: [PATCH] adding default port numbers for h2/h2x proxy schemes, by jchampion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733239 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 30d8785a32..e07b5ea7cb 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -3681,6 +3681,8 @@ static proxy_schemes_t pschemes[] = {"fcgi", 8000}, {"ajp", AJP13_DEF_PORT}, {"scgi", SCGI_DEF_PORT}, + {"h2c", DEFAULT_HTTP_PORT}, + {"h2", DEFAULT_HTTPS_PORT}, { NULL, 0xFFFF } /* unknown port */ }; -- 2.40.0