The address that kavicapd uses to process responses in the response mode. This address is the part of the full URL, as shown in the following example:
icap://icap-server.example.com:1344/resp |
In the example above, the default value resp
is used. You can specify a different value in RespModeAddress
(for example, avscan
):
icap://icap-server.example.com:1344/avscan |
This element is optional.
Path
ICAPSettings > RespModeAddress
Attributes
This element has no attributes.
Values
The value must meet the following requirements:
The default value is resp
.
Do not use the same value for ReqModeAddress
and RespModeAddress
.
Example
The following is an example of this element.
<RespModeAddress>resp</RespModeAddress> |