From: Sameer Parekh Date: Tue, 26 Nov 1996 06:52:26 +0000 (+0000) Subject: Add docs for files/ifmodule/sendbuffersize X-Git-Tag: APACHE_1_2b1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=115cb1ed0b527be1af70f2dd397fefaa384dbdd5;p=apache Add docs for files/ifmodule/sendbuffersize git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77065 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 3efa7b949b..9c530b7d3d 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -14,9 +14,9 @@ always available.
+

SendBufferSize

+ +Syntax: SendBufferSize bytes
+Context: server config, virtual host
+Status: core

+ +The server will set the TCP 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) + +


+ +

<Files>

+Syntax: <Files regexp>
+Context: server config, virtualhost, directory
+Status: Core.

+ +The File container applies the directives within to files +which match the regexp. + +


+ +

<IfModule>

+Syntax: <IfModule modulename>
+Context: server config, virtual host, directory
+Status: core

+ +Directives within the <IfModule> container are activated +if the specified module is configured into the server. + +


AccessConfig directive