From: Eric Covener Date: Thu, 21 Jul 2016 16:43:41 +0000 (+0000) Subject: Merge r1753712 from trunk: X-Git-Tag: 2.4.24~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f92c3222518707181753077bc328ee22557470;p=thirdparty%2Fapache%2Fhttpd.git Merge r1753712 from trunk: add basic h2: and h2c: backend proxy examples Submitted by: Hank Ibell Committed by: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753713 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_http2.xml b/docs/manual/mod/mod_proxy_http2.xml index eb3c4cf6a88..d6bcae9aa24 100644 --- a/docs/manual/mod/mod_proxy_http2.xml +++ b/docs/manual/mod/mod_proxy_http2.xml @@ -66,6 +66,26 @@ mod_proxy mod_proxy_connect +
Basic Examples + +

The examples below demonstrate how to configure HTTP/2 for + backend connections for a reverse proxy.

+ + HTTP/2 (TLS) + +ProxyPass "/app" "h2://app.example.com" +ProxyPassReverse "/app" "h2://app.example.com" + + + + HTTP/2 (cleartext) + +ProxyPass "/app" "h2c://app.example.com" +ProxyPassReverse "/app" "h2c://app.example.com" + + +
+
Request notes

mod_proxy_http creates the following request notes for logging using the %{VARNAME}n format in