Commit 6128afa5 authored by pcs's avatar pcs
Browse files

Put ClearModuleList in correct place.

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
parent f9b17639
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -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>