From: William A. Rowe Jr SetInputFilter
SetOutputFilter
TimeOut
TraceEnable
UseCanonicalName
<VirtualHost>
Description: | Name of the distributed configuration file |
---|---|
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.
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.
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.
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.
mime.types
filemime.types
file