From 7fdd50d342978ce3715845e20a3efe2e130a8496 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 3 Feb 1997 01:40:50 +0000 Subject: [PATCH] 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 --- docs/manual/misc/security_tips.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html index 86399e756fa..f638e2b16d4 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>
-- 2.47.2