brian 97/02/02 17:18:18
Modified: htdocs/manual location.html htdocs/manual/mod core.html mod_access.html mod_status.html Log: Reviewed by: Brian Behlendorf Submitted by: Dean Gaudet The docs show some examples using <Limit GET POST> ... </Limit> where the <Limit>s are not strictly required. Since it is less secure to specify them than it is to leave them out I think the examples should be modified. If they're to be left in, then some of them need < ... >. Revision Changes Path 1.5 +0 -2 apache/htdocs/manual/location.html Index: location.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/location.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C3 -r1.4 -r1.5 *** location.html 1996/12/12 01:09:40 1.4 --- location.html 1997/02/03 01:17:34 1.5 *************** *** 40,50 **** <pre> <Location /status> SetHandler server-status - <Limit GET> order deny,allow deny from all allow from .foo.com - </Limit> </Location> </pre> --- 40,48 ---- 1.33 +0 -2 apache/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v retrieving revision 1.32 retrieving revision 1.33 diff -C3 -r1.32 -r1.33 *** core.html 1997/01/31 00:55:12 1.32 --- core.html 1997/02/03 01:18:16 1.33 *************** *** 666,676 **** <pre> <Location /status> SetHandler server-status - <Limit GET> order deny,allow deny from all allow from .foo.com - </Limit> </Location> </pre> <hr> --- 666,674 ---- 1.3 +2 -4 apache/htdocs/manual/mod/mod_access.html Index: mod_access.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_access.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C3 -r1.2 -r1.3 *** mod_access.html 1996/11/21 10:30:37 1.2 --- mod_access.html 1997/02/03 01:18:17 1.3 *************** *** 30,37 **** <strong>Status:</strong> Base<br> <strong>Module:</strong> mod_access<p> ! The allow directive affects which hosts can access a given directory; it is ! typically used within a <A HREF="core.html#limit"><Limit></A> section. <em>Host</em> is one of the following: <dl> <dt><code>all</code> --- 30,36 ---- <strong>Status:</strong> Base<br> <strong>Module:</strong> mod_access<p> ! The allow directive affects which hosts can access a given directory. <em>Host</em> is one of the following: <dl> <dt><code>all</code> *************** *** 60,67 **** <strong>Status:</strong> Base<br> <strong>Module:</strong> mod_access<p> ! The deny directive affects which hosts can access a given directory; it is ! typically used within a <A HREF="core.html#limit"><Limit></A> section. <em>Host</em> is one of the following: <dl> <dt><code>all</code> --- 59,65 ---- <strong>Status:</strong> Base<br> <strong>Module:</strong> mod_access<p> ! The deny directive affects which hosts can access a given directory. <em>Host</em> is one of the following: <dl> <dt><code>all</code> 1.3 +0 -2 apache/htdocs/manual/mod/mod_status.html Index: mod_status.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_status.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C3 -r1.2 -r1.3 *** mod_status.html 1996/11/21 10:30:53 1.2 --- mod_status.html 1997/02/03 01:18:17 1.3 *************** *** 45,55 **** <Location /server-status> SetHandler server-status - <Limit GET POST> order deny,allow deny from all allow from .foo.com - </Limit> </Location> </pre> <p> --- 45,53 ----