From: Joshua Slive
Date: Tue, 29 Jul 2003 15:22:41 +0000 (+0000)
Subject: Backport advice to use in place of .
X-Git-Tag: 2.0.48~174
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178208ee4154e0bd0a242205ed3f5d2610357ff8;p=thirdparty%2Fapache%2Fhttpd.git
Backport advice to use in place of .
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100842 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 14cf38c1a9d..87f30b105a3 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1532,6 +1532,12 @@ methods
restrict HEAD
requests. The TRACE
method
cannot be limited.
+ A
<LimitExcept>
section should always be
+ used in preference to a
<Limit>
section when restricting access,
+ since a
<LimitExcept>
section provides protection
+ against arbitrary methods.
+
+
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 21685f2fa67..7af7f7c94ad 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1478,6 +1478,15 @@ methods
case-sensitive. If
GET
is used it will also
restrict
HEAD
requests. The
TRACE
method
cannot be limited.
+
+
A LimitExcept section should always be
+ used in preference to a Limit section when restricting access,
+ since a LimitExcept section provides protection
+ against arbitrary methods.
+