From: André Malo Date: Tue, 20 Sep 2005 19:42:37 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.1.8~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5202da8f1a527408c5a8d6a8413c1e1dc46c5d22;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 761d2e9ef70..c282c29f98d 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3057,27 +3057,29 @@ certain events before failing a request
top

TraceEnable Directive

- +
Description:Name of the distributed configuration file
Description:Determines the behaviour on TRACE +requests
Syntax:TraceEnable [on|off|extended]
Default:TraceEnable on
Context:server config
Status:Core
Module:core
-

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.

top
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 6871677ae10..7f14f9f0d09 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +