summaryrefslogtreecommitdiff
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-04-11 19:11:52 +0000
committerEric Covener <covener@apache.org>2018-04-11 19:11:52 +0000
commitbd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d (patch)
tree08a885dc8ea4b0f66214883e14bd1a51fee77fd3 /docs/manual/mod
parent5d755688b120d21de932ce6851cecf9be7a4b97c (diff)
downloadhttpd-bd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d.tar.gz
PR62199: add worker parameter ResponseFieldSize to mod_proxy
Submitted By: Hank Ibell Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_proxy.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 418257fa6c..23deb30d66 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1137,6 +1137,13 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
to override the <directive>ProxyIOBufferSize</directive> for a specific worker.
This must be at least 512 or set to 0 for the system default of 8192.
</td></tr>
+ <tr><td>responsefieldsize</td>
+ <td>8192</td>
+ <td>Adjust the size of the proxy response field buffer. The buffer size
+ should be at least the size of the largest expected header size from
+ a proxied response. Setting the value to 0 will use the system
+ default of 8192 bytes.
+ </td></tr>
<tr><td>keepalive</td>
<td>Off</td>
<td><p>This parameter should be used when you have a firewall between your