From: Ken Coar Date: Tue, 2 Dec 1997 04:45:55 +0000 (+0000) Subject: Recommend removal of containers rather than adding X-Git-Tag: APACHE_1_3b5~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ad4e14b59cb738f5b27400175189d7c888255f;p=thirdparty%2Fapache%2Fhttpd.git Recommend removal of containers rather than adding 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 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 4238634c2e5..eb44d5bdf1b 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $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 @@

-
<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.