]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove out-of-date compat note
authorpcs <pcs@unknown>
Mon, 9 Jun 1997 14:42:12 +0000 (14:42 +0000)
committerpcs <pcs@unknown>
Mon, 9 Jun 1997 14:42:12 +0000 (14:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78273 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/misc/compat_notes.html

index 56e20bb0806a493c5f07ad53a77e7f63a00f8dbd..85655cf63913990a103f63242e40df9b5436bdf0 100644 (file)
@@ -34,18 +34,6 @@ href="http://www.apache.org/bugdb.cgi">let us know.</a>
     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>.