<ul>
-<LI> SendBufferSize
-<LI> <Files
-<LI> <IfModule
+<LI> <A HREF="#sendbuffersize>SendBufferSize</A>
+<LI> <A HREF="#files"><Files></A>
+<LI> <A HREF="#ifmodule"><IfModule%gt;</A>
<LI> Satisfy
<LI> RLimitCPU
<LI> RLimitMEM
</ul>
<hr>
+<A name="sendbuffersize"><h2>SendBufferSize</h2></A>
+<!--%plaintext <?INDEX {\tt AccessConfig} directive> -->
+<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><Files></h2></A>
+<strong>Syntax:</strong> <Files <em>regexp</em>><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><IfModule></H2></A>
+<STRONG>Syntax:</STRONG> <IfModule <em>modulename</em>><BR>
+<STRONG>Context:</STRONG> server config, virtual host, directory<BR>
+<STRONG>Status:</STRONG> core<p>
+
+Directives within the <IfModule> container are activated
+if the specified module is configured into the server.
+
+<P> <hr>
<A name="accessconfig"><h2>AccessConfig directive</h2></A>
<!--%plaintext <?INDEX {\tt AccessConfig} directive> -->