]> granicus.if.org Git - apache/commitdiff
Add a note about the case-sensitivity of <Limit> as pointed
authorKen Coar <coar@apache.org>
Sat, 4 Jul 1998 21:38:10 +0000 (21:38 +0000)
committerKen Coar <coar@apache.org>
Sat, 4 Jul 1998 21:38:10 +0000 (21:38 +0000)
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

index 30c4ca31ba66f6d181aea01e2c35720829dd64f5..b62c204b2548bf85015cf3d512cc779d4c93c473 100644 (file)
@@ -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 @@ HREF="http://www.apache.org/bug_report.html">let us know.</A>
 client problems</A> page.
 
 <OL>
+<LI>As of Apache 1.3.1, methods named in a
+    <A HREF="../mod/core.html#limit"><SAMP>&lt;Limit&gt;</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.