config icap server
Configure ICAP servers.
config icap server Description: Configure ICAP servers. edit <name> set addr-type [ip4|ip6|...] set fqdn {string} set healthcheck [disable|enable] set healthcheck-service {string} set ip-address {ipv4-address-any} set ip6-address {ipv6-address} set max-connections {integer} set port {integer} set secure [disable|enable] set ssl-cert {string} next end
config icap server
Parameter |
Description |
Type |
Size |
Default |
||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
addr-type |
Address type of the remote ICAP server: IPv4, IPv6 or FQDN. |
option |
- |
ip4 |
||||||||
|
|
|||||||||||
fqdn |
ICAP remote server Fully Qualified Domain Name (FQDN). |
string |
Maximum length: 255 |
|
||||||||
healthcheck |
Enable/disable ICAP remote server health checking. Attempts to connect to the remote ICAP server to verify that the server is operating normally. |
option |
- |
disable |
||||||||
|
|
|||||||||||
healthcheck-service |
ICAP Service name to use for health checks. |
string |
Maximum length: 127 |
|
||||||||
ip-address |
IPv4 address of the ICAP server. |
ipv4-address-any |
Not Specified |
0.0.0.0 |
||||||||
ip6-address |
IPv6 address of the ICAP server. |
ipv6-address |
Not Specified |
:: |
||||||||
max-connections |
Maximum number of concurrent connections to ICAP server. Must not be less than wad-worker-count. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
100 |
||||||||
name |
Server name. |
string |
Maximum length: 63 |
|
||||||||
port |
ICAP server port. |
integer |
Minimum value: 1 Maximum value: 65535 |
1344 |
||||||||
secure |
Enable/disable secure connection to ICAP server. |
option |
- |
disable |
||||||||
|
|
|||||||||||
ssl-cert |
CA certificate name. |
string |
Maximum length: 79 |
|