From 93e866e7893cf4cc0cd05bba4f825cd2cbdad18b Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Sat, 4 Jul 1998 21:38:10 +0000 Subject: [PATCH] Add a note about the case-sensitivity of as pointed out by Dean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81653 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/compat_notes.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index 30c4ca31ba..b62c204b25 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -1,6 +1,8 @@ - - -Apache HTTP Server: Compatibility Notes with NCSA's Server + + + +Apache HTTP Server: Notes about Compatibility with NCSA's Server let us know. client problems page.
    +
  1. As of Apache 1.3.1, methods named in a + <Limit> + section must be listed in upper-case. Lower- or mixed-case + method names will result in a configuration error. +

    +

    +
  2. +
  3. The basic mod_auth AuthGroupFile-specified group file format allows commas between user names - Apache does not. -- 2.40.0