From: Rich Bowen Date: Wed, 29 Apr 2026 20:08:12 +0000 (+0000) Subject: core: Document that TRACE cannot be controlled by , use TraceEnable instead... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf49eb9eff95217713c2c308c3344cb0ed659ebe;p=thirdparty%2Fapache%2Fhttpd.git core: Document that TRACE cannot be controlled by , use TraceEnable instead (Bug 64906) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 10d857046a..0c49a56fc9 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5019,6 +5019,11 @@ certain events before failing a request reflect the full headers and all chunk headers with the response body. As a proxy server, the request body is not restricted to 64Kb.

+

The TRACE method cannot be restricted using + Limit or + LimitExcept. + Use TraceEnable instead.

+ Note

Despite claims to the contrary, enabling the TRACE