brian 97/02/02 17:40:51
Modified: htdocs/manual/misc security_tips.html Log: Reviewed by: Brian Behlendorf Submitted by: Nick Maclaren <[EMAIL PROTECTED]> Fixed the "Directory" directive, and removed the Limit directive since it's not needed. Revision Changes Path 1.5 +1 -3 apache/htdocs/manual/misc/security_tips.html Index: security_tips.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/security_tips.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C3 -r1.4 -r1.5 *** security_tips.html 1997/01/10 08:23:54 1.4 --- security_tips.html 1997/02/03 01:40:50 1.5 *************** *** 84,95 **** In the server configuration file, put <blockquote><code> ! <Directory> <br> AllowOverride None <br> Options None <br> - <Limit GET PUT POST> <br> allow from all <br> - </Limit> <br> </Directory> <br> </code></blockquote> --- 84,93 ---- In the server configuration file, put <blockquote><code> ! <Directory /> <br> AllowOverride None <br> Options None <br> allow from all <br> </Directory> <br> </code></blockquote>