You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by yo...@apache.org on 2001/01/11 07:07:11 UTC

cvs commit: httpd-docs-1.3/htdocs/manual configuring.html.en

yoshiki     01/01/10 22:07:11

  Modified:    htdocs/manual configuring.html.en
  Log:
  Fix typo in anchor.  Link to mod_so.html#loadmodule instead of mod_so.html
  for LoadModule directive.
  
  Revision  Changes    Path
  1.7       +2 -2      httpd-docs-1.3/htdocs/manual/configuring.html.en
  
  Index: configuring.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/configuring.html.en,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- configuring.html.en	2000/11/04 02:36:13	1.6
  +++ configuring.html.en	2001/01/11 06:07:11	1.7
  @@ -21,7 +21,7 @@
   <li><a href="#modules">Modules</a></li>
   <li><a href="#scope">Scope of Directives</a></li>
   <li><a href="#htaccess">.htaccess Files</a></li>
  -<li><a href="#log">Log Files</a></li>
  +<li><a href="#logs">Log Files</a></li>
   </ul>
   
   <hr>
  @@ -104,7 +104,7 @@
   <A HREF="mod/core.html#addmodule">AddModule</A><br>
   <A HREF="mod/core.html#clearmodulelist">ClearModuleList</A><br>
   <A HREF="mod/core.html#ifmodule">&lt;IfModule&gt;</A><br>
  -<a href="mod/mod_so.html">LoadModule</a><br>
  +<a href="mod/mod_so.html#loadmodule">LoadModule</a><br>
   </td></tr></table>
   
   <P>Apache is a modular server.  This implies that only the most basic