]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: new directive `H2ProxyRequests on|off` to enable handling
authorStefan Eissing <icing@apache.org>
Wed, 28 Jun 2023 11:22:49 +0000 (11:22 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 28 Jun 2023 11:22:49 +0000 (11:22 +0000)
commit77ae6da62cbe4a26ae8643007562cd2cdeec2a77
tree94cc797c244478aae090096601c3830ffaaa63f0
parentfaefe15c12725e7cad217e017aaa311d2d6e0046
  *) mod_http2: new directive `H2ProxyRequests on|off` to enable handling
     of HTTP/2 requests in a forward proxy configuration.
     General forward proxying is enabled via `ProxyRequests`. If the
     HTTP/2 protocol is also enabled for such a server/host, this new
     directive is needed in addition.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910656 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/h2_proxyrequests.txt [new file with mode: 0644]
docs/manual/mod/mod_http2.xml
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_request.c
test/modules/http2/test_503_proxy_fwd.py [new file with mode: 0644]