You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Rodent of Unusual Size <co...@hyperreal.com> on 1997/06/02 23:05:34 UTC

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

coar        97/06/02 14:05:33

  Modified:    htdocs/manual/mod  mod_mime.html
  Log:
  	Another typo (missed this one on the first go-round).
  
  Submitted by:	Martin Kraemer
  
  Revision  Changes    Path
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** mod_mime.html	1997/06/02 20:19:57	1.9
  --- mod_mime.html	1997/06/02 21:05:32	1.10
  ***************
  *** 139,145 ****
    1.1 and later.<p>
    
    <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 served
    as the content type given by <em>media type</em>. For example, if you
    had a directory full of GIF files, but did not want to label them all with
  --- 139,145 ----
    1.1 and later.<p>
    
    <p>When placed into an <code>.htaccess</code> file or a
  ! <code>&lt;Directory&gt;</code> or <code>&lt;Location&gt;</code> section,
    this directive forces all matching files to be served
    as the content type given by <em>media type</em>. For example, if you
    had a directory full of GIF files, but did not want to label them all with
  ***************
  *** 160,166 ****
    1.1 and later.<p>
    
    <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
  --- 160,166 ----
    1.1 and later.<p>
    
    <p>When placed into an <code>.htaccess</code> file or a
  ! <code>&lt;Directory&gt;</code> or <code>&lt;Location&gt;</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