marc 97/09/24 16:46:42
Modified: htdocs/manual/mod core.html Log: 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. Revision Changes Path 1.78 +3 -1 apachen/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apachen/htdocs/manual/mod/core.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- core.html 1997/08/26 01:51:32 1.77 +++ core.html 1997/09/24 23:46:40 1.78 @@ -919,7 +919,9 @@ require valid-user<br> </Limit></code></blockquote> If an access control directive appears outside a <Limit> 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 <Limit> directive at all.</STRONG> +<p><hr> <h2><a name="location"><Location> directive</a></h2>