Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

set-proxy-server

Applicable in Route-class directives.

The set-proxy-server function directs the proxy server to connect to another proxy for retrieving the current resource. It also sets the address and port number of the proxy server to be used.

Syntax

Route fn=set-proxy-server
     server=URL of other proxy server    host name=otherhost name
     port=number

Parameters

The following table describes parameters for the set-proxy-server function.

Table 5–139 set-proxy-server Parameters

Parameter  

Description  

server

URL of the other proxy server. If multiple server parameters are given, the proxy server will distribute load among the specified proxy servers. For compatibility with earlier releases, hostname and port may be specified instead of server.

host name

The name of the host on which the other proxy server is running. 

port

The port number of the remote proxy server. 

Example


Route fn=set-proxy-server
     host name=proxy.netscape.com
     port=8080