From 31d54b5140d05d792d63619fc6aaf1511ba50a22 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 2 Dec 1996 02:02:15 +0000 Subject: [PATCH] Compatibility reported in group file syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77143 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/compat_notes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index 781bf04ab8..0251da4635 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -22,6 +22,10 @@ href="mailto:apache-bugs@apache.org">let us know.
    +
  1. The basic mod_auth AuthGroupFile-specified group file + format allows commas between user names - Apache does not.
    + - added 12/1/96 +
  2. 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. -- 2.50.1