From 82411342d78107e1e0044b50ef040978aff26122 Mon Sep 17 00:00:00 2001 From: pcs Date: Sat, 7 Jun 1997 12:22:06 +0000 Subject: [PATCH] Remove an invalid compat. note about AddType only taking a single extension which must not have a dot (PR#489) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78259 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/compat_notes.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index 56e20bb0806..85655cf6391 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -34,18 +34,6 @@ href="http://www.apache.org/bugdb.cgi">let us know. format allows commas between user names - Apache does not.
- added 12/1/96 -
  • AddType only accepts one file extension per line, without -any dots (.) in the extension, and does not take full filenames. -If you need multiple extensions per type, use multiple lines, e.g. -
    -AddType application/foo foo
    -AddType application/foo bar -
    -To map .foo and .bar to application/foo -

    - - -

  • If you follow the NCSA guidelines for setting up access restrictions based on client domain, you may well have added entries for, AuthType, AuthName, AuthUserFile or AuthGroupFile. -- 2.47.2