From: Ken Coar
- $Revision: 1.94 $ ($Date: 1997/11/11 23:47:15 $)
+ $Revision: 1.95 $ ($Date: 1997/12/02 04:45:55 $)
The latest version of this FAQ is always available from the main
@@ -1003,13 +1003,19 @@
Apache Server Frequently Asked Questions
-
<Limit GET>
+
:<Limit GET>
+
:
- Change that to <Limit GET POST>
and the problem
- will probably go away.
+ Change that to <Limit GET POST>
and the problem
+ will probably go away. Better yet, remove the
+ <Limit>
and </Limit>
lines
+ altogether unless you're specifically trying to limit by
+ method (GET, PUT, et cetera). If
+ you don't have a <Limit>
container, the
+ restrictions apply equally to all methods.