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