Hitachi

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


2.3.68 HWSRequestLogType

HWSRequestLogType specifies the trace types to be output to the request logs.

Description

HWSRequestLogType specifies the trace types to be output to the request logs that are set by the HWSRequestLog directive.

Syntax

HWSRequestLogType trace_type [trace_type ...]

Specifiable values

The following shows the trace types that can be specified:

module-debug

The module trace for the internal modules and the trace equivalent to module-info are output. Note that you must use this only for debugging purposes because a large amount of data is output.

module-info

The module trace when an external module or a CGI program is executed is output.

request

The trace is output when the request processing starts or finishes. In addition, for the keep-alive connection, the trace is also output when receiving of the next request line is completed. These traces are called request traces.

filter

The I/O filter trace, which indicates when the input-output filter functions implemented by a module are executed, is output. Note that you must use this only for debugging purposes because a large amount of data is output.

proxy

When the proxy functionality is used, the trace related to the proxy is output.

send-wait

The trace is output when the waiting state starts and ends if transmission processing is temporarily disabled. Note that you must use this only for investigating transmission performance because a large amount of data is output.

none

The request log is not collected.

Important note

If none is included in the specified trace types, the request log is never collected.

Default value

If the definition item is omitted:

module-info request proxy

Location where it can be written

httpsd.conf