]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Recommend removal of <Limit> containers rather than adding
authorKen Coar <coar@apache.org>
Tue, 2 Dec 1997 04:45:55 +0000 (04:45 +0000)
committerKen Coar <coar@apache.org>
Tue, 2 Dec 1997 04:45:55 +0000 (04:45 +0000)
methods to them.

Submitted by: Marc Slemko

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79667 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 4238634c2e5854284578c32535006872f7437ecb..eb44d5bdf1bb435f2fc99a32911881b9300c5a2e 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.94 $ ($Date: 1997/11/11 23:47:15 $)
+  $Revision: 1.95 $ ($Date: 1997/12/02 04:45:55 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   </P>
   <P>
   <DL>
-   <DD><CODE>&lt;Limit GET&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;:</CODE>
+   <DD><CODE>&lt;Limit GET&gt;
+    <BR>&nbsp;&nbsp;&nbsp;&nbsp;:</CODE>
    </DD>
   </DL>
   </P>
   <P>
-  Change that to <CODE>&lt;Limit GET POST&gt;</CODE> and the problem
-  will probably go away.
+  Change that to <CODE>&lt;Limit&nbsp;GET&nbsp;POST&gt;</CODE> and the problem
+  will probably go away.  Better yet, remove the
+  <CODE>&lt;Limit&gt;</CODE> and <CODE>&lt;/Limit&gt;</CODE> lines
+  altogether unless you're <EM>specifically</EM> trying to limit by
+  method (<SAMP>GET</SAMP>, <SAMP>PUT</SAMP>, <EM>et cetera</EM>).  If
+  you don't have a <CODE>&lt;Limit&gt;</CODE> container, the
+  restrictions apply equally to <EM>all</EM> methods.
   </P>
   <HR>
  </LI>