Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

SERVER

The SERVER element defines a server. SERVER is the root element. Only one SERVER element can exist in a server.xml file.

Subelements

The following table describes subelements for the SERVER element.

Table 2–2 SERVER subelements

Element  

Required  

Description  

PROPERTY

Zero or more 

Specifies a property of the server 

LS

One or more 

Defines one or more HTTP listen sockets 

MIME

Zero or one 

Defines mime type 

ACLFILE

Zero or one 

References one or more ACL files 

USERDB

Zero or more 

Defines the user database used 

FILECACHE

Only one 

Configures NSFC parameters 

CACHE

Zero or one 

Configures the disk cache parameters 

LOG

Zero or one 

Configures the system logging service 

EVENT

Zero or more 

Configures events 

Attributes

The following table describes attributes for the SERVER element.

Table 2–3 SERVER attributes

Attribute  

Default  

Description  

objectfile

obj.conf

Specifies the obj.conf file for the server.

rootobject

default 

(optional) Tells the server which object loaded from an obj.conf file is the default. The default object is expected to have all the name translation (NameTrans) directives for the server. Any server behavior that is configured in the default object affects the entire server.

If you specify an object that does not exist, the server does not report an error until a client tries to retrieve a document.