]> granicus.if.org Git - apache/commitdiff
Add docs for files/ifmodule/sendbuffersize
authorSameer Parekh <sameer@apache.org>
Tue, 26 Nov 1996 06:52:26 +0000 (06:52 +0000)
committerSameer Parekh <sameer@apache.org>
Tue, 26 Nov 1996 06:52:26 +0000 (06:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77065 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 3efa7b949b60693ea2d3f41fab1ea793ab3365a7..9c530b7d3d237e65c08ab946a039da2efa0a6cde 100644 (file)
@@ -14,9 +14,9 @@ always available.
 
 
 <ul>
-<LI> SendBufferSize
-<LI> &lt;Files
-<LI> &lt;IfModule
+<LI> <A HREF="#sendbuffersize>SendBufferSize</A>
+<LI> <A HREF="#files">&lt;Files&gt;</A>
+<LI> <A HREF="#ifmodule">&lt;IfModule%gt;</A>
 <LI> Satisfy
 <LI> RLimitCPU
 <LI> RLimitMEM
@@ -63,6 +63,38 @@ always available.
 </ul>
 <hr>
 
+<A name="sendbuffersize"><h2>SendBufferSize</h2></A>
+<!--%plaintext &lt;?INDEX {\tt AccessConfig} directive&gt; -->
+<strong>Syntax:</strong> SendBufferSize <em>bytes</em><br>
+<strong>Context:</strong> server config, virtual host<br>
+<strong>Status:</strong> core<p>
+
+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)
+
+<p><hr>
+
+<A name="files"><h2>&lt;Files&gt;</h2></A>
+<strong>Syntax:</strong> &lt;Files <em>regexp</em>&gt;<BR>
+<strong>Context:</strong> server config, virtualhost, directory<br>
+<strong>Status:</strong> Core. <p>
+
+The File container applies the directives within to files
+which match the regexp.
+
+<p> <hr>
+
+<A NAME="ifmodule"><H2>&lt;IfModule&gt;</H2></A>
+<STRONG>Syntax:</STRONG> &lt;IfModule <em>modulename</em>&gt;<BR>
+<STRONG>Context:</STRONG> server config, virtual host, directory<BR>
+<STRONG>Status:</STRONG> core<p>
+
+Directives within the &lt;IfModule&gt; container are activated
+if the specified module is configured into the server.
+
+<P> <hr>
 
 <A name="accessconfig"><h2>AccessConfig directive</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AccessConfig} directive&gt; -->