]> granicus.if.org Git - apache/commitdiff
Put ClearModuleList in correct place.
authorpcs <pcs@unknown>
Wed, 16 Apr 1997 09:09:34 +0000 (09:09 +0000)
committerpcs <pcs@unknown>
Wed, 16 Apr 1997 09:09:34 +0000 (09:09 +0000)
Submitted By: Martin.Kraemer@mch.sni.de

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

docs/manual/mod/core.html

index 3456b29a0fa01f02c2fe6642e2cada2902da411b..e04f1f82aecd6239d836facffa0516cbb44dfabf 100644 (file)
@@ -209,17 +209,6 @@ It must be accompanied by <A HREF="#authname">AuthName</A> and
 <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 &lt;?INDEX {\tt ClearModuleList} directive&gt; -->
-<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
-re-populated 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; -->
 <strong>Syntax:</strong> BindAddress <em>saddr</em><br>
@@ -251,6 +240,17 @@ This option can be used as an alternative method for supporting
 
 <hr>
 
+<A name="clearmodulelist"><h2>ClearModuleList directive</h2></A>
+<!--%plaintext &lt;?INDEX {\tt ClearModuleList} directive&gt; -->
+<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
+re-populated using the <A HREF="#addmodule">AddModule</A> directive.<p><hr>
+
 <A name="defaulttype"><h2>DefaultType directive</h2></A>
 <!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->
 <strong>Syntax:</strong> DefaultType <em>mime-type</em><br>