randy 96/12/02 08:53:33
Modified: htdocs/manual/mod core.html
Log:
Documentation for AddModule and ClearModuleList as supplied by Tom Tromey
in his original patch.
Submitted by: Tom Tromey
Revision Changes Path
1.13 +20 -12 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C3 -r1.12 -r1.13
*** core.html 1996/12/02 00:05:54 1.12
--- core.html 1996/12/02 16:53:31 1.13
***************
*** 101,106 ****
--- 101,119 ----
AllowOverride None<br>
</Directory></code></blockquote><p><hr>
+ <A name="addmodule"><h2>AddModule directive</h2></A>
+ <!--%plaintext <?INDEX {\tt AddModule} directive> -->
+ <strong>Syntax:</strong> AddModule <em>module module ...</em><br>
+ <strong>Context:</strong> server config <br>
+ <strong>Status:</strong> core<br>
+ <strong>Compatibility:</strong> AddModule is only available in Apache 1.2
and later<p>
+
+ The server can have modules compiled in which are not actively in use.
+ This directive can be used to enable the use of those modules. The
+ server comes with a pre-loaded list of active modules; this list can
+ be cleared with the <A HREF="#clearmodulelist">ClearModuleList</A>
+ directive.<p><hr>
+
<A name="allowoverride"><h2>AllowOverride directive</h2></A>
<!--%plaintext <?INDEX {\tt AllowOverride} directive> -->
<strong>Syntax:</strong> AllowOverride <em>override override ...</em><br>
***************
*** 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>
--- 175,180 ----
***************
*** 202,212 ****
<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> -->
--- 207,220 ----
<A name="clearmodulelist"><h2>ClearModuleList directive</h2></A>
<!--%plaintext <?INDEX {\tt ClearModuleList} directive> -->
! <strong>Syntax:</strong> ClearModuleList<br>
! <strong>Context:</strong> server config<br>
<strong>Status:</strong> core<br>
! <strong>Compatibility:</strong> ClearModuleList is only available in Apache
1.2 and later<p>
!
! The server comes with a built-in list of active modules. This
! directive clears the list. It is assumed that the list will then be
! repopulated using the <A HREF="#addmodule">AddModule</A> directive.<p><hr>
<A name="bindaddress"><h2>BindAddress directive</h2></A>
<!--%plaintext <?INDEX {\tt BindAddress} directive> -->