From: Marc Slemko Date: Wed, 24 Sep 1997 23:46:40 +0000 (+0000) Subject: Make the documentation on the Limit directive shout a little louder X-Git-Tag: APACHE_1_3b1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580ae290b63d8781bad8f6c582f7f23013d61de4;p=thirdparty%2Fapache%2Fhttpd.git Make the documentation on the Limit directive shout a little louder about not using it unless you really do only want to limit specific methods. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 3562620af32..d523b5e40c7 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -919,7 +919,9 @@ unaffected by the <Limit>. Example: require valid-user
</Limit> If an access control directive appears outside a <Limit> directive, -then it applies to all access methods.


+then it applies to all access methods. If you wish to limit +all methods, do not include any <Limit> directive at all. +


<Location> directive