From: Colm MacCarthaigh Date: Mon, 23 Jan 2006 20:53:01 +0000 (+0000) Subject: Merge r280384 from trunk: X-Git-Tag: 2.0.56~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96ce79fb9c91c397500a46af24f329bd533a450;p=thirdparty%2Fapache%2Fhttpd.git Merge r280384 from trunk: Document the ReceiveBufferSize change done in r157583 Submitted by: Murray Nesbitt Submitted by: stas git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 90b2594432a..31bd75a089f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.0.56 + *) Document the ReceiveBufferSize change done in r157583 [Murray + Nesbitt ] + *) mod_deflate: Merge the Vary header, instead of Setting it. Fixes applications that send the Vary Header themselves. PR 37559. [Paul Querna] diff --git a/docs/manual/mod/beos.xml b/docs/manual/mod/beos.xml index fe08f42e9ec..6f947867cbf 100644 --- a/docs/manual/mod/beos.xml +++ b/docs/manual/mod/beos.xml @@ -43,6 +43,8 @@ uses ListenBacklog +ReceiveBufferSize + SendBufferSize StartThreads diff --git a/docs/manual/mod/leader.xml b/docs/manual/mod/leader.xml index ba7d497cf75..f32c882b468 100644 --- a/docs/manual/mod/leader.xml +++ b/docs/manual/mod/leader.xml @@ -66,6 +66,8 @@ MPM ListenBacklog +ReceiveBufferSize + SendBufferSize LockFile diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 274d701218f..556b34cb928 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -633,6 +633,26 @@ the child processes Apache + +ReceiveBufferSize +TCP receive buffer size +ReceiveBufferSize bytes +ReceiveBufferSize 0 +server config +beosleader +mpm_netwarempm_winnt +mpmt_os2perchildprefork +threadpoolworker + + +

The server will set the TCP receive buffer size to the number of + bytes specified.

+ +

If set to the value of 0, the server will use the + OS default.

+
+
+ SendBufferSize TCP buffer size @@ -645,13 +665,13 @@ Apache threadpoolworker -

The server will set the TCP buffer size to the number of bytes +

The server will set the TCP send buffer size to the number of bytes specified. Very useful to increase past standard OS defaults on high speed high latency (i.e., 100ms or so, such as transcontinental fast pipes).

If set to the value of 0, the server will use the - OS deault.

+ OS default.

diff --git a/docs/manual/mod/mpm_netware.xml b/docs/manual/mod/mpm_netware.xml index 6a40aa26326..65b2259a31d 100644 --- a/docs/manual/mod/mpm_netware.xml +++ b/docs/manual/mod/mpm_netware.xml @@ -73,6 +73,8 @@ MaxRequestsPerChild +ReceiveBufferSize + SendBufferSize MaxSpareThreads diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml index 7e43016a05e..68d68219e31 100644 --- a/docs/manual/mod/mpm_winnt.xml +++ b/docs/manual/mod/mpm_winnt.xml @@ -50,6 +50,8 @@ NT. ScoreBoardFile +ReceiveBufferSize + SendBufferSize ThreadLimit diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml index 479c43990f1..d39d20252a3 100644 --- a/docs/manual/mod/mpmt_os2.xml +++ b/docs/manual/mod/mpmt_os2.xml @@ -55,6 +55,8 @@ uses ListenBacklog +ReceiveBufferSize + SendBufferSize MaxRequestsPerChild diff --git a/docs/manual/mod/perchild.xml b/docs/manual/mod/perchild.xml index 7381d1aaa43..a777c04721b 100644 --- a/docs/manual/mod/perchild.xml +++ b/docs/manual/mod/perchild.xml @@ -170,6 +170,8 @@ uses ScoreBoardFile +ReceiveBufferSize + SendBufferSize ServerLimit diff --git a/docs/manual/mod/prefork.xml b/docs/manual/mod/prefork.xml index 3aef40a48e5..78a6def2c43 100644 --- a/docs/manual/mod/prefork.xml +++ b/docs/manual/mod/prefork.xml @@ -107,6 +107,8 @@ uses ScoreBoardFile +ReceiveBufferSize + SendBufferSize ServerLimit diff --git a/docs/manual/mod/threadpool.xml b/docs/manual/mod/threadpool.xml index 91c98ec710e..39925e34284 100644 --- a/docs/manual/mod/threadpool.xml +++ b/docs/manual/mod/threadpool.xml @@ -60,6 +60,8 @@ ListenBacklog +ReceiveBufferSize + SendBufferSize LockFile diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index ee01113d67c..f550e2ad584 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -167,6 +167,8 @@ uses ScoreBoardFile +ReceiveBufferSize + SendBufferSize ServerLimit diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index 2da46607a74..5b022778779 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -191,6 +191,7 @@ KeepAliveTimeout, KeepAlive, MaxKeepAliveRequests, + ReceiveBufferSize, or SendBufferSize directive then the respective value is inherited from the main_server. (That is, inherited from whatever the final