randy 96/12/01 16:05:56
Modified: htdocs/manual/mod core.html
Log:
More doc updates for core
Revision Changes Path
1.12 +37 -8 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C3 -r1.11 -r1.12
*** core.html 1996/12/01 17:07:35 1.11
--- core.html 1996/12/02 00:05:54 1.12
***************
*** 16,27 ****
<ul>
<li><A HREF="#accessconfig">AccessConfig</A>
<li><A HREF="#accessfilename">AccessFileName</A>
! <li>AddModule
<li><A HREF="#allowoverride">AllowOverride</A>
<li><A HREF="#authname">AuthName</A>
<li><A HREF="#authtype">AuthType</A>
<li><A HREF="#bindaddress">BindAdress</A>
! <li>ClearModuleList
<li><A HREF="#defaulttype">DefaultType</A>
<li><A HREF="#directory"><Directory></A>
<li><A HREF="#documentroot">DocumentRoot</A>
--- 16,27 ----
<ul>
<li><A HREF="#accessconfig">AccessConfig</A>
<li><A HREF="#accessfilename">AccessFileName</A>
! <li><A HREF="#addmodule">AddModule</A>
<li><A HREF="#allowoverride">AllowOverride</A>
<li><A HREF="#authname">AuthName</A>
<li><A HREF="#authtype">AuthType</A>
<li><A HREF="#bindaddress">BindAdress</A>
! <li><A HREF="#clearmodulelist">ClearModuleList</A>
<li><A HREF="#defaulttype">DefaultType</A>
<li><A HREF="#directory"><Directory></A>
<li><A HREF="#documentroot">DocumentRoot</A>
***************
*** 48,54 ****
<li><A HREF="#rlimitcpu">RLimitCPU</A>
<li><A HREF="#rlimitmem">RLimitMEM</A>
<li><A HREF="#rlimitnproc">RLimitNPROC</A>
! <li>Satisfy
<li><A HREF="#sendbuffersize">SendBufferSize</A>
<li><A HREF="#serveradmin">ServerAdmin</A>
<li><A HREF="#serveralias">ServerAlias</A>
--- 48,54 ----
<li><A HREF="#rlimitcpu">RLimitCPU</A>
<li><A HREF="#rlimitmem">RLimitMEM</A>
<li><A HREF="#rlimitnproc">RLimitNPROC</A>
! <li><A HREF="#satisfy">Satisfy</A>
<li><A HREF="#sendbuffersize">SendBufferSize</A>
<li><A HREF="#serveradmin">ServerAdmin</A>
<li><A HREF="#serveralias">ServerAlias</A>
***************
*** 162,167 ****
--- 162,175 ----
<A HREF="mod_include.html#xbithack">XBitHack</A>).
</dl><p><hr>
+ <A name="addmodule"><h2>AddModule directive</h2></A>
+ <!--%plaintext <?INDEX {\tt AddModule} directive> -->
+ <strong>Syntax:</strong> <br>
+ <strong>Default:</strong> <code></code><br>
+ <strong>Context:</strong> <br>
+ <strong>Status:</strong> core<br>
+ <strong>Compatibility:</strong> AddModule is only available in Apache 1.2
and later<p><hr>
+
<A name="authname"><h2>AuthName directive</h2></A>
<!--%plaintext <?INDEX {\tt AuthName} directive> -->
<strong>Syntax:</strong> AuthName <em>auth-domain</em><br>
***************
*** 192,197 ****
--- 200,212 ----
<A HREF="mod_auth.html#authuserfile">AuthUserFile</A> and
<A HREF="mod_auth.html#authgroupfile">AuthGroupFile</A> to work.<p><hr>
+ <A name="clearmodulelist"><h2>ClearModuleList directive</h2></A>
+ <!--%plaintext <?INDEX {\tt ClearModuleList} directive> -->
+ <strong>Syntax:</strong> <br>
+ <strong>Default:</strong> <code></code><br>
+ <strong>Context:</strong> <br>
+ <strong>Status:</strong> core<br>
+ <strong>Compatibility:</strong> ClearModuleList is only available in Apache
1.2 and later<p><hr>
<A name="bindaddress"><h2>BindAddress directive</h2></A>
<!--%plaintext <?INDEX {\tt BindAddress} directive> -->
***************
*** 874,880 ****
<strong>Syntax:</strong> RLimitCPU <em># or 'max'</em> <em>[# or
'max']</em><br>
<strong>Default:</strong> <code>Unset uses operating system
defaults</code><br>
<strong>Context:</strong> server config, virtual host<br>
! <strong>Status:</strong> core<p>
Takes 1 or 2 parameters. The first parameter sets the soft resource limit
for all
processes and the second parameter sets the maximum resource limit. Either
parameter
--- 889,896 ----
<strong>Syntax:</strong> RLimitCPU <em># or 'max'</em> <em>[# or
'max']</em><br>
<strong>Default:</strong> <code>Unset uses operating system
defaults</code><br>
<strong>Context:</strong> server config, virtual host<br>
! <strong>Status:</strong> core<br>
! <strong>Compatibility:</strong> RLimitCPU is only available in Apache 1.2
and later<p>
Takes 1 or 2 parameters. The first parameter sets the soft resource limit
for all
processes and the second parameter sets the maximum resource limit. Either
parameter
***************
*** 892,898 ****
<strong>Syntax:</strong> RLimitMEM <em># or 'max'</em> <em>[# or
'max']</em><br>
<strong>Default:</strong> <code>Unset uses operating system
defaults</code><br>
<strong>Context:</strong> server config, virtual host<br>
! <strong>Status:</strong> core<p>
Takes 1 or 2 parameters. The first parameter sets the soft resource limit
for all
processes and the second parameter sets the maximum resource limit. Either
parameter
--- 908,915 ----
<strong>Syntax:</strong> RLimitMEM <em># or 'max'</em> <em>[# or
'max']</em><br>
<strong>Default:</strong> <code>Unset uses operating system
defaults</code><br>
<strong>Context:</strong> server config, virtual host<br>
! <strong>Status:</strong> core<br>
! <strong>Compatibility:</strong> RLimitMEM is only available in Apache 1.2
and later<p>
Takes 1 or 2 parameters. The first parameter sets the soft resource limit
for all
processes and the second parameter sets the maximum resource limit. Either
parameter
***************
*** 910,916 ****
<strong>Syntax:</strong> RLimitNPROC <em># or 'max'</em> <em>[# or
'max']</em><br>
<strong>Default:</strong> <code>Unset uses operating system
defaults</code><br>
<strong>Context:</strong> server config, virtual host<br>
! <strong>Status:</strong> core<p>
Takes 1 or 2 parameters. The first parameter sets the soft resource limit
for all
processes and the second parameter sets the maximum resource limit. Either
parameter
--- 927,934 ----
<strong>Syntax:</strong> RLimitNPROC <em># or 'max'</em> <em>[# or
'max']</em><br>
<strong>Default:</strong> <code>Unset uses operating system
defaults</code><br>
<strong>Context:</strong> server config, virtual host<br>
! <strong>Status:</strong> core<br>
! <strong>Compatibility:</strong> RLimitNPROC is only available in Apache 1.2
and later<p>
Takes 1 or 2 parameters. The first parameter sets the soft resource limit
for all
processes and the second parameter sets the maximum resource limit. Either
parameter
***************
*** 926,935 ****
server itself can create. Evidence of this situation will be indicated by
<b><em>cannot fork</em></b> messages in the error_log.<p>
! See also <A HREF="#rlimitmem">RLimitMEM</A> or <A
HREF="#rlimitcpu">RLimitCPU</A>.<p><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>
--- 944,964 ----
server itself can create. Evidence of this situation will be indicated by
<b><em>cannot fork</em></b> messages in the error_log.<p>
! See also <A HREF="#rlimitmem">RLimitMEM</A> or <A
HREF="#rlimitcpu">RLimitCPU</A>.
!
! <p><hr>
!
! <A name="satisfy"><h2>Satisfy</h2></A>
! <!--%plaintext <?INDEX {\tt Satisfy} directive> -->
! <strong>Syntax:</strong><br>
! <strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
! <strong>Status:</strong> core<br>
! <strong>Compatibility:</strong> Satisfy is only available in Apache 1.2 and
later<p>
!
! <p><hr>
<A name="sendbuffersize"><h2>SendBufferSize</h2></A>
! <!--%plaintext <?INDEX {\tt SendBufferSize} directive> -->
<strong>Syntax:</strong> SendBufferSize <em>bytes</em><br>
<strong>Context:</strong> server config, virtual host<br>
<strong>Status:</strong> core<p>