From: brian Date: Mon, 3 Feb 1997 01:40:50 +0000 (+0000) Subject: Reviewed by: Brian Behlendorf X-Git-Tag: APACHE_1_2b7~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fdd50d342978ce3715845e20a3efe2e130a8496;p=apache Reviewed by: Brian Behlendorf Submitted by: Nick Maclaren 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 --- diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html index 86399e756f..f638e2b16d 100644 --- a/docs/manual/misc/security_tips.html +++ b/docs/manual/misc/security_tips.html @@ -84,12 +84,10 @@ you've configured. Here's one way to do it...

In the server configuration file, put

-<Directory>
+<Directory />
AllowOverride None
Options None
-<Limit GET PUT POST>
allow from all
-</Limit>
</Directory>