coar 98/07/04 14:38:11
Modified: htdocs/manual/misc compat_notes.html
Log:
Add a note about the case-sensitivity of <Limit> as pointed
out by Dean.
Revision Changes Path
1.22 +13 -3 apache-1.3/htdocs/manual/misc/compat_notes.html
Index: compat_notes.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/compat_notes.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- compat_notes.html 1998/05/12 05:23:22 1.21
+++ compat_notes.html 1998/07/04 21:38:10 1.22
@@ -1,6 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD>
-<TITLE>Apache HTTP Server: Compatibility Notes with NCSA's Server</TITLE>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<HTML>
+<HEAD>
+<TITLE>Apache HTTP Server: Notes about Compatibility with NCSA's
Server</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active)
-->
<BODY
@@ -27,6 +29,14 @@
client problems</A> page.
<OL>
+<LI>As of Apache 1.3.1, methods named in a
+ <A HREF="../mod/core.html#limit"><SAMP><Limit></SAMP></A>
+ section <EM>must</EM> be listed in upper-case. Lower- or mixed-case
+ method names will result in a configuration error.
+ <P>
+ </P>
+</LI>
+
<LI>The basic mod_auth <CODE>AuthGroupFile</CODE>-specified group file
format allows commas between user names - Apache does not.