coar 97/12/01 20:45:56
Modified: htdocs/manual/misc FAQ.html Log: Recommend removal of <Limit> containers rather than adding methods to them. Submitted by: Marc Slemko Revision Changes Path 1.95 +10 -4 apachen/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apachen/htdocs/manual/misc/FAQ.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- FAQ.html 1997/11/11 23:47:15 1.94 +++ FAQ.html 1997/12/02 04:45:55 1.95 @@ -15,7 +15,7 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> - $Revision: 1.94 $ ($Date: 1997/11/11 23:47:15 $) + $Revision: 1.95 $ ($Date: 1997/12/02 04:45:55 $) </P> <P> The latest version of this FAQ is always available from the main @@ -1003,13 +1003,19 @@ </P> <P> <DL> - <DD><CODE><Limit GET><BR> :</CODE> + <DD><CODE><Limit GET> + <BR> :</CODE> </DD> </DL> </P> <P> - Change that to <CODE><Limit GET POST></CODE> and the problem - will probably go away. + Change that to <CODE><Limit GET POST></CODE> and the problem + will probably go away. Better yet, remove the + <CODE><Limit></CODE> and <CODE></Limit></CODE> lines + altogether unless you're <EM>specifically</EM> trying to limit by + method (<SAMP>GET</SAMP>, <SAMP>PUT</SAMP>, <EM>et cetera</EM>). If + you don't have a <CODE><Limit></CODE> container, the + restrictions apply equally to <EM>all</EM> methods. </P> <HR> </LI>