Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

icp-init

Applicable in Init-class directives.

The icp-init function enables and initializes ICP. ICP (Internet Cache Protocol) is an object location protocol that enables caches to communicate with one another. Caches can use ICP to send queries and replies about the existence of cached URLs and about the best locations from which to retrieve those URLs.

Syntax

Init fn=icp-init
    config_file=file name    status=on|off

Parameters

The following table describes parameters for the icp-init function.

Table 5–7 icp-init parameters

Parameter  

Description  

config_file

The name of the ICP configuration file. 

status

Specifies whether ICP is enabled or disabled. 

Possible values are: 

  • on means that ICP is enabled.

  • off means that ICP is disabled.

Example


Init fn=icp-init
    config_file=icp.conf
    status=on