From: Rainer Jung Date: Tue, 26 Jul 2011 16:11:33 +0000 (+0000) Subject: Clarify docs for mod_allowmethods: you still X-Git-Tag: 2.3.14^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f90e0bcf2d7a8471c5bbefc33ed8e9f979c0709f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_allowmethods.xml b/docs/manual/mod/mod_allowmethods.xml index 77b15b23cb8..c19046d050b 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.