Applicable in Service-class directives.
The service-trace function services TRACE requests. TRACE requests are typically used to diagnose problems with web proxy servers located between a web client and web server.
The following table describes parameters for the service_trace function.
Table 5–114 service-trace parameters|
Parameter |
Description |
|---|---|
|
type |
(Optional) Common to all Service-class functions. |
|
method |
(Optional) Common to all Service-class functions. |
|
query |
(Optional) Common to all Service-class functions. |
|
UseOutputStreamSize |
(Optional) Common to all Service-class functions. |
|
flushTimer |
(Optional) Common to all Service-class functions. |
|
ChunkedRequestBufferSize |
(Optional) Common to all Service-class functions. |
|
ChunkedRequestTimeout |
(Optional) Common to all Service-class functions. |
|
bucket |
(Optional) Common to all obj.conf functions. |
<Object name="default"> ... Service method="TRACE" fn="service-trace" ... </Object> |