From: Rich Bowen Date: Tue, 28 Apr 2026 19:50:22 +0000 (+0000) Subject: mod_proxy: document that force-proxy-request-1.0 implies proxy-sendcl (closes #55401) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca79d35b4d984be99d795966a9360b9c1a1def83;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy: document that force-proxy-request-1.0 implies proxy-sendcl (closes #55401) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933463 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 606778db93..24c75a3e45 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -415,6 +415,12 @@ ProxyPass "/apps" "http://127" </Location> +

Note that force-proxy-request-1.0 also implies + proxy-sendcl, because HTTP/1.0 does not support + chunked transfer encoding. Chunked request body forwarding + (via proxy-sendchunked) will be disabled when + this option is set.

+

In 2.4.26 and later, the "no-proxy" environment variable can be set to disable mod_proxy processing the current request. This variable should be set with