From f90e0bcf2d7a8471c5bbefc33ed8e9f979c0709f Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 26 Jul 2011 16:11:33 +0000 Subject: [PATCH] Clarify docs for mod_allowmethods: you still need to use TraceEnable to forbid TRACE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1151149 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_allowmethods.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/mod/mod_allowmethods.xml b/docs/manual/mod/mod_allowmethods.xml index 77b15b23cb..c19046d050 100644 --- a/docs/manual/mod/mod_allowmethods.xml +++ b/docs/manual/mod/mod_allowmethods.xml @@ -75,6 +75,11 @@ turn off mod_allowmethods in a deeper nested context:

</Location> +Caution +

The TRACE method can not be denied by this module, + use TraceEnable instead.

+
+

mod_allowmethods was written to replace the rather kludgy implementation of Limit and LimitExcept.

-- 2.40.0