From: pcs Date: Sat, 7 Jun 1997 12:22:06 +0000 (+0000) Subject: Remove an invalid compat. note about AddType only taking a X-Git-Tag: APACHE_1_3_PRE_NT~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82411342d78107e1e0044b50ef040978aff26122;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.