You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Sutton <pc...@hyperreal.com> on 1997/06/07 14:22:07 UTC

cvs commit: apache/htdocs/manual/misc compat_notes.html

pcs         97/06/07 05:22:06

  Modified:    htdocs/manual/misc  compat_notes.html
  Log:
  Remove an invalid compat. note about AddType only taking a
  single extension which must not have a dot (PR#489)
  
  Revision  Changes    Path
  1.8       +0 -12     apache/htdocs/manual/misc/compat_notes.html
  
  Index: compat_notes.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** compat_notes.html	1997/06/04 11:42:56	1.7
  --- compat_notes.html	1997/06/07 12:22:06	1.8
  ***************
  *** 34,51 ****
        format allows commas between user names - Apache does not.<BR>
        <I>- added 12/1/96</I>
    
  - <LI><CODE>AddType</CODE> only accepts one file extension per line, without
  - any dots (<code>.</code>) in the extension, and does not take full filenames.
  - If you need multiple extensions per type, use multiple lines, e.g.
  - <blockquote><code>
  - AddType application/foo foo<br>
  - AddType application/foo bar
  - </code></blockquote>
  - To map <code>.foo</code> and <code>.bar</code> to <code>application/foo</code>
  - <p>
  - 
  - 
  - 
      <LI><P>If you follow the NCSA guidelines for setting up access restrictions
      based on client domain, you may well have added entries for,
      <CODE>AuthType, AuthName, AuthUserFile</CODE> or <CODE>AuthGroupFile</CODE>.
  --- 34,39 ----