]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_proxy: document that force-proxy-request-1.0 implies proxy-sendcl (closes #55401)
authorRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 19:50:22 +0000 (19:50 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 19:50:22 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933463 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 606778db93ad39f9a57d93f868170441aecb29ee..24c75a3e45efa5942d41d270acfc5df8f4e00513 100644 (file)
@@ -415,6 +415,12 @@ ProxyPass "/apps"     "http://127"
 &lt;/Location&gt;
         </highlight>
 
+      <p>Note that <code>force-proxy-request-1.0</code> also implies
+      <code>proxy-sendcl</code>, because HTTP/1.0 does not support
+      chunked transfer encoding. Chunked request body forwarding
+      (via <code>proxy-sendchunked</code>) will be disabled when
+      this option is set.</p>
+
       <p> In 2.4.26 and later, the "no-proxy" environment variable can be set to disable 
       <module>mod_proxy</module> processing the current request.
       This variable should be set with <directive module="mod_setenvif"