Commit 407c2ecb authored by Eric Covener's avatar Eric Covener
Browse files

TraceEnable is per-virtualhost, not just per-server.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132676 13f79535-47bb-0310-9956-ffa450edef68
parent d4b92389
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/core.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -3885,7 +3885,7 @@ certain events before failing a request</description>
<description>Determines the behaviour on <code>TRACE</code> requests</description>
<syntax>TraceEnable <var>[on|off|extended]</var></syntax>
<default>TraceEnable on</default>
<contextlist><context>server config</context></contextlist>
<contextlist><context>server config</context><context>virtual host</context></contextlist>
<compatibility>Available in Apache HTTP Server 1.3.34, 2.0.55 and later</compatibility>

<usage>