Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.172 TraceEnable

TraceEnable specifies whether to reject requests made by the TRACE method.

Description

TraceEnable specifies whether to reject requests made by the TRACE method.

Syntax

TraceEnable {On|Off|extended}

Specifiable values

On

Accepts requests made by the TRACE method. However, if a request body is added, 413 Request Entity Too Large is returned as a response.

Off

Rejects requests made by the TRACE method. If a request is made by the TRACE method, the status code 403 Forbidden is returned as a response.

extended

Accepts requests made by the TRACE method. A request is accepted even if the request body is added. However, the maximum request body size other than a reverse proxy is 64 KB.

Default value

If the definition item is omitted:

On

Locations where it can be written

httpsd.conf and <VirtualHost>

Example

TraceEnable Off