]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
core: Document that TRACE cannot be controlled by <Limit>, use TraceEnable instead...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 20:08:12 +0000 (20:08 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 20:08:12 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933543 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 10d857046aa666486c895e6ca2e329b6a744d857..0c49a56fc9b3d11c6fc6ee02186d3ddc6c91d375 100644 (file)
@@ -5019,6 +5019,11 @@ certain events before failing a request</description>
     reflect the full headers and all chunk headers with the response
     body.  As a proxy server, the request body is not restricted to 64Kb.</p>
 
+    <p>The <code>TRACE</code> method cannot be restricted using
+    <directive type="section" module="core">Limit</directive> or
+    <directive type="section" module="core">LimitExcept</directive>.
+    Use <directive>TraceEnable</directive> instead.</p>
+
     <note><title>Note</title>
 
     <p>Despite claims to the contrary, enabling the <code>TRACE</code>