sameer 96/11/25 22:52:27
Modified: htdocs/manual/mod core.html
Log:
Add docs for files/ifmodule/sendbuffersize
Revision Changes Path
1.5 +35 -3 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** core.html 1996/11/26 06:42:24 1.4
--- core.html 1996/11/26 06:52:26 1.5
***************
*** 14,22 ****
<ul>
! <LI> SendBufferSize
! <LI> <Files
! <LI> <IfModule
<LI> Satisfy
<LI> RLimitCPU
<LI> RLimitMEM
--- 14,22 ----
<ul>
! <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
***************
*** 63,68 ****
--- 63,100 ----
</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> -->