summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@apache.org>1998-03-20 08:56:49 +0100
committerRalf S. Engelschall <rse@apache.org>1998-03-20 08:56:49 +0100
commit3d9c082573b2338fd2c25025fd6274eca4315329 (patch)
tree48729997d76394f434195674ef910057e9d17f73 /docs
parent- The "merging" optimization in mod_setenvif did not deal with (diff)
downloadapache2-3d9c082573b2338fd2c25025fd6274eca4315329.tar.xz
apache2-3d9c082573b2338fd2c25025fd6274eca4315329.zip
Reanimation of an undocumented feature of mod_proxy:
ProxyReceiveBufferSize Submitted by: Ralf S. Engelschall PR#: 1348 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_proxy.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html
index 91a4664a47..7939cd6f46 100644
--- a/docs/manual/mod/mod_proxy.html
+++ b/docs/manual/mod/mod_proxy.html
@@ -45,6 +45,7 @@ and other protocols.
<LI><A HREF="#proxypass">ProxyPass</A>
<LI><A HREF="#proxypassreverse">ProxyPassReverse</A>
<LI><A HREF="#proxyblock">ProxyBlock</A>
+<LI><A HREF="#proxyreceivebuffersize">ProxyReceiveBufferSize</A>
<LI><A HREF="#noproxy">NoProxy</A>
<LI><A HREF="#proxydomain">ProxyDomain</A>
<LI><A HREF="#cacheroot">CacheRoot</A>
@@ -321,6 +322,51 @@ blocks connections to all sites.
<HR>
+<H2><A NAME="proxyreceivebuffersize">ProxyReceiveBufferSize</A></H2>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ProxyReceiveBufferSize <EM>&lt;bytes&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ProxyReceiveBufferSize is only available in
+Apache 1.3 and later.<P>
+
+The ProxyReceiveBufferSize directive specifies an explicit network buffer size
+for outgoing HTTP and FTP connections, for increased throughput. It has to be
+greater then 512 or set to 0 to indicate that the systems default buffer size
+should be used.
+
+<P>
+Example:
+
+<PRE>
+ ProxyReceiveBufferSize 2048
+</PRE>
+
+<HR>
+
<H2><A NAME="noproxy">NoProxy</A></H2>
<A
HREF="directive-dict.html#Syntax"