]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make the documentation on the Limit directive shout a little louder
authorMarc Slemko <marc@apache.org>
Wed, 24 Sep 1997 23:46:40 +0000 (23:46 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 24 Sep 1997 23:46:40 +0000 (23:46 +0000)
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

docs/manual/mod/core.html

index 3562620af3233b112c7a19cfb2035450d164313d..d523b5e40c7244c8acae8c8796667c9da271fe72 100644 (file)
@@ -919,7 +919,9 @@ unaffected by the &lt;Limit&gt;. Example:
 require valid-user<br>
 &lt;/Limit&gt;</code></blockquote>
 If an access control directive appears outside a &lt;Limit&gt; directive,
-then it applies to all access methods.<p><hr>
+then it applies to all access methods.  <STRONG>If you wish to limit
+all methods, do not include any &lt;Limit&gt; directive at all.</STRONG>
+<p><hr>
 
 <h2><a name="location">&lt;Location&gt; directive</a></h2>