Commit 3cc05f2c authored by brian's avatar brian
Browse files

Reviewed by: Brian Behlendorf

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
parent 0a37ed58
Loading
Loading
Loading
Loading
+1 −3
Changes for docs/manual/misc/security_tips.html: 1 added line, 3 removed lines.
Original line number Diff line number Diff line
@@ -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>