]> granicus.if.org Git - apache/commitdiff
Documentation for AddModule and ClearModuleList as supplied by Tom Tromey
authorRandy Terbush <randy@apache.org>
Mon, 2 Dec 1996 16:53:31 +0000 (16:53 +0000)
committerRandy Terbush <randy@apache.org>
Mon, 2 Dec 1996 16:53:31 +0000 (16:53 +0000)
in his original patch.
Submitted by: Tom Tromey

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77151 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index d0e7a2c40ad2cb2433c7f255b7985fef9e8cf038..016bc0bfdf77f61c8bb204e54e6f02d024bd049a 100644 (file)
@@ -101,6 +101,19 @@ for directives, unless they have been disabled with
 AllowOverride None<br>
 &lt;/Directory&gt;</code></blockquote><p><hr>
 
+<A name="addmodule"><h2>AddModule directive</h2></A>
+<!--%plaintext &lt;?INDEX {\tt AddModule} directive&gt; -->
+<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 &lt;?INDEX {\tt AllowOverride} directive&gt; -->
 <strong>Syntax:</strong> AllowOverride <em>override override ...</em><br>
@@ -162,14 +175,6 @@ Allow use of the directives controlling specific directory features
 <A HREF="mod_include.html#xbithack">XBitHack</A>).
 </dl><p><hr>
 
-<A name="addmodule"><h2>AddModule directive</h2></A>
-<!--%plaintext &lt;?INDEX {\tt AddModule} directive&gt; -->
-<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 &lt;?INDEX {\tt AuthName} directive&gt; -->
 <strong>Syntax:</strong> AuthName <em>auth-domain</em><br>
@@ -202,11 +207,14 @@ It must be accompanied by <A HREF="#authname">AuthName</A> and
 
 <A name="clearmodulelist"><h2>ClearModuleList directive</h2></A>
 <!--%plaintext &lt;?INDEX {\tt ClearModuleList} directive&gt; -->
-<strong>Syntax:</strong> <br>
-<strong>Default:</strong> <code></code><br>
-<strong>Context:</strong> <br>
+<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><hr>
+<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 &lt;?INDEX {\tt BindAddress} directive&gt; -->