diff options
author | Eric Covener <covener@apache.org> | 2011-06-06 17:42:06 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-06-06 17:42:06 +0200 |
commit | 8b98cff9529e5842e292caf5417e425f18d31038 (patch) | |
tree | 0602923ebc3ba54b8f4ae0962e15e85e4b22bd1f /docs/manual/mod | |
parent | - Introduce concept of context prefix (which is an URL prefix) (diff) | |
download | apache2-8b98cff9529e5842e292caf5417e425f18d31038.tar.xz apache2-8b98cff9529e5842e292caf5417e425f18d31038.zip |
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
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/core.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0263701fca..271bb20121 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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> |