pcs 97/04/16 02:09:35
Modified: htdocs/manual/mod core.html Log: Put ClearModuleList in correct place. Submitted By: [EMAIL PROTECTED] Revision Changes Path 1.46 +11 -11 apache/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v retrieving revision 1.45 retrieving revision 1.46 diff -C3 -r1.45 -r1.46 *** core.html 1997/04/15 15:56:46 1.45 --- core.html 1997/04/16 09:09:34 1.46 *************** *** 209,225 **** <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> 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 <?INDEX {\tt BindAddress} directive> --> <strong>Syntax:</strong> BindAddress <em>saddr</em><br> --- 209,214 ---- *************** *** 250,255 **** --- 239,255 ---- <a href="../bind.html">Setting which addresses and ports Apache uses</a></p> <hr> + + <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 + re-populated using the <A HREF="#addmodule">AddModule</A> directive.<p><hr> <A name="defaulttype"><h2>DefaultType directive</h2></A> <!--%plaintext <?INDEX {\tt DefaultType} directive> -->