You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/12/10 02:19:39 UTC

cvs commit: apache/htdocs/manual/mod core.html mod_auth_dbm.html mod_mime.html

brian       96/12/09 17:19:39

  Modified:    htdocs/manual/mod  core.html mod_auth_dbm.html mod_mime.html
  Log:
  various link surgery
  
  Revision  Changes    Path
  1.20      +1 -1      apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -C3 -r1.19 -r1.20
  *** core.html	1996/12/09 04:09:18	1.19
  --- core.html	1996/12/10 01:19:35	1.20
  ***************
  *** 559,565 ****
    directive.</p>
    
    <p><strong>See Also</strong>:
  ! <a href="bind.html">Setting which addresses and ports Apache uses</a></p>
    <hr>
    
    <A name="limit"><h2>&lt;Limit&gt; directive</h2></A>
  --- 559,565 ----
    directive.</p>
    
    <p><strong>See Also</strong>:
  ! <a href="../bind.html">Setting which addresses and ports Apache uses</a></p>
    <hr>
    
    <A name="limit"><h2>&lt;Limit&gt; directive</h2></A>
  
  
  
  1.5       +1 -1      apache/htdocs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** mod_auth_dbm.html	1996/12/02 18:14:02	1.4
  --- mod_auth_dbm.html	1996/12/10 01:19:36	1.5
  ***************
  *** 11,17 ****
    
    This module is contained in the <code>mod_auth_dbm.c</code> file, and
    is not compiled in by default. It provides for user authentication using
  ! DBM files. See the <A HREF="auth_dbm.html">DBM user documentation</a>.
    
    
    <menu>
  --- 11,17 ----
    
    This module is contained in the <code>mod_auth_dbm.c</code> file, and
    is not compiled in by default. It provides for user authentication using
  ! DBM files. 
    
    
    <menu>
  
  
  
  1.5       +1 -1      apache/htdocs/manual/mod/mod_mime.html
  
  Index: mod_mime.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** mod_mime.html	1996/12/05 06:26:26	1.4
  --- mod_mime.html	1996/12/10 01:19:36	1.5
  ***************
  *** 162,168 ****
    <p>When placed into an <code>.htaccess</code> file or a
    <code>&lt;Directory&gt;</code> or <code>&lt;Location</code> section,
    this directive forces all matching files to be parsed through the
  ! <a href="handler.html">handler</a>
    given by <em>handler-name</em>. For example, if you had a
    directory you wanted to be parsed entirely as imagemap rule files,
    regardless of extension, you might put the following into an
  --- 162,168 ----
    <p>When placed into an <code>.htaccess</code> file or a
    <code>&lt;Directory&gt;</code> or <code>&lt;Location</code> section,
    this directive forces all matching files to be parsed through the
  ! <a href="../handler.html">handler</a>
    given by <em>handler-name</em>. For example, if you had a
    directory you wanted to be parsed entirely as imagemap rule files,
    regardless of extension, you might put the following into an