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