Technical data

Corrections and Updates to 4.0 Documentation
3-4 Oracle iPlanet Web Proxy Server Release Notes
3.2.2 Increase in the Maximum Cache Capacity
The "Setting Cache Capacity" section of the Oracle iPlanet Web Proxy Server 4.0.13
Administration Guide mentions that the cache capacity can be up to a maximum of 32
GB.
Starting from the 4.0.10 release, the maximum cache capacity that can be configured
through the administration interface is 128 GB.
3.2.3 %Req->vars.xfer-time% Option of the flex-init Function
In the "Log Format" section of the Oracle iPlanet Web Proxy Server 4.0.14 Configuration
File Reference, Table 5-4 lists the available flexible logging options. The
%Req->vars.xfer-time%
option is missing from the list.
The
%Req->vars.xfer-time%
option can be used to log the transfer time (in seconds).
3.2.4 clf-request-leading-whitespace Parameter of the flex-log SAF
Oracle iPlanet Web Proxy Server 4.0.16 supports a new parameter,
clf-request-leading-whitespace
, for the
flex-log
SAF of the
AddLog
directive. The
following table provides information about the new parameter.
For information about the other parameters of the
flex-log
SAF, see the "flex-log"
section of the Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference.
3.2.5 New Parameters of the um-define-junction SAF
Table 32 lists new parameters added for the
um-define-junction
SAF of the
Init
directive since the 4.0.14 release. Note that these parameters are not documented in the
Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference.
Note: You can manually configure the cache capacity to any value
higher than 128 GB (no upper limit) by editing the
server.xml
configuration file. But if you opt for the manual configuration route
and want to set the cache capacity to a value that is less than 128 GB,
then only the following values are allowed: 125, 250, 500, 1000, 2000,
4000, 8000, 16000, 32000, 64000, 128000.
Parameter Description
clf-request-leading-whi
tespace
(Optional) A boolean value indicating whether leading newlines
in request lines should be removed before printing to the server
access log.
The default value is
yes
.
Example:
AddLog fn="flex-log" name="access"
clf-request-leading-whitespace="no"