From: Ralf S. Engelschall Date: Fri, 20 Mar 1998 07:56:49 +0000 (+0000) Subject: Reanimation of an undocumented feature of mod_proxy: X-Git-Tag: APACHE_BIG_SYMBOL_RENAME_POST~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9c082573b2338fd2c25025fd6274eca4315329;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 91a4664a478..7939cd6f464 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -45,6 +45,7 @@ and other protocols.
  • ProxyPass
  • ProxyPassReverse
  • ProxyBlock +
  • ProxyReceiveBufferSize
  • NoProxy
  • ProxyDomain
  • CacheRoot @@ -321,6 +322,51 @@ blocks connections to all sites.
    +

    ProxyReceiveBufferSize

    +Syntax: ProxyReceiveBufferSize <bytes>
    +Default: None
    +Context: server config, virtual host
    +Override: Not applicable
    +Status: Base
    +Module: mod_proxy
    +Compatibility: ProxyReceiveBufferSize is only available in +Apache 1.3 and later.

    + +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. + +

    +Example: + +

    +  ProxyReceiveBufferSize 2048
    +
    + +
    +

    NoProxy