From: André Malo Date: Tue, 20 Sep 2005 19:26:36 +0000 (+0000) Subject: * fix some content errors of the TraceEnable description X-Git-Tag: 2.3.0~2977 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec11f734bec193d6cce12ace6706c8031dc8c175;p=thirdparty%2Fapache%2Fhttpd.git * fix some content errors of the TraceEnable description * add markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290537 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 411f79e4d10..33fc48b63f5 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3013,27 +3013,28 @@ certain events before failing a request TraceEnable -Name of the distributed configuration file +Determines the behaviour on TRACE +requests TraceEnable [on|off|extended] TraceEnable on -server config - +server config -

This directive overrides the behavior of TRACE for both - the core server and mod_proxy. The default TraceEnable - on permits TRACE requests per RFC 2616, which disallows - any request body to accompany the request. TraceEnable - off causes the core server and mod_proxy to return - a 405 FORBIDDEN error to the client.

+

This directive overrides the behavior of TRACE for both + the core server and mod_proxy. The default + TraceEnable on permits TRACE requests per + RFC 2616, which disallows any request body to accompany the request. + TraceEnable off causes the core server and + mod_proxy to return a 405 (Method not + allowed) error to the client.

Finally, for testing and diagnostic purposes only, request bodies may be allowed using the non-compliant TraceEnable extended directive. The core (as an origin server) will restrict the request body to 64k (plus 8k for chunk headers if - Transfer-Encoding: chunked is used). The core will reflect the - full headers and all chunk headers with the request body. As a - proxy server, the request body is not restricted to 64k.

+ Transfer-Encoding: chunked is used). The core will + reflect the full headers and all chunk headers with the response + body. As a proxy server, the request body is not restricted to 64k.