]> granicus.if.org Git - apache/commitdiff
Reviewed by: Brian Behlendorf
authorbrian <brian@unknown>
Mon, 3 Feb 1997 01:40:50 +0000 (01:40 +0000)
committerbrian <brian@unknown>
Mon, 3 Feb 1997 01:40:50 +0000 (01:40 +0000)
Submitted by: Nick Maclaren <nmm1@cus.cam.ac.uk>

Fixed the "Directory" directive, and removed the Limit directive since it's not needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77551 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.html

index 86399e756faf772b6eda4563d506252e63c15238..f638e2b16d450b039a3eb2b4ddb44d0089632dcf 100644 (file)
@@ -84,12 +84,10 @@ you've configured. Here's one way to do it...<p>
 
 In the server configuration file, put
 <blockquote><code>
-&lt;Directory&gt; <br>
+&lt;Directory /&gt; <br>
 AllowOverride None <br>
 Options None <br>
-&lt;Limit GET PUT POST&gt; <br>
 allow from all <br>
-&lt;/Limit&gt; <br>
 &lt;/Directory&gt; <br>
 </code></blockquote>