You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2003/03/10 14:39:16 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html.en mod_so.html.en

rbowen      2003/03/10 05:39:16

  Modified:    htdocs/manual/mod core.html.en mod_so.html.en
  Log:
  Added "see also" links between AddModule, LoadModule, ClearModuleList
  
  Revision  Changes    Path
  1.248     +7 -1      httpd-docs-1.3/htdocs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
  retrieving revision 1.247
  retrieving revision 1.248
  diff -u -r1.247 -r1.248
  --- core.html.en	28 Feb 2003 22:42:42 -0000	1.247
  +++ core.html.en	10 Mar 2003 13:39:15 -0000	1.248
  @@ -432,7 +432,8 @@
       </blockquote>
   
       <p><strong>See also</strong>: <a
  -    href="#clearmodulelist">ClearModuleList</a></p>
  +    href="#clearmodulelist">ClearModuleList</a> and <a
  +    href="mod_so.html#loadmodule">LoadModule</a></p>
       <hr />
   
       <h2><a id="allowoverride" name="allowoverride">AllowOverride
  @@ -705,6 +706,11 @@
       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>
  +
  +    <p><strong>See also</strong>: <a
  +    href="#addmodule">AddModule</a> and <a
  +    href="mod_so.html#loadmodule">LoadModule</a></p>
  + 
       <hr />
   
       <h2><a id="contentdigest" name="contentdigest">ContentDigest
  
  
  
  1.14      +5 -0      httpd-docs-1.3/htdocs/manual/mod/mod_so.html.en
  
  Index: mod_so.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_so.html.en,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_so.html.en	2 Apr 2002 03:09:09 -0000	1.13
  +++ mod_so.html.en	10 Mar 2003 13:39:15 -0000	1.14
  @@ -180,6 +180,11 @@
       name of the module, the LoadModule directive requires the exact
       filename, no assumption is made about the filename
       extension.</p>
  +
  +    <p><strong>See also</strong>: <a
  +    href="core.html#addmodule">AddModule</a> and <a
  +    href="core.html#clearmodulelist">ClearModuleList</a></p>
  + 
       <!--#include virtual="footer.html" -->
     </body>
   </html>