Technical data

Corrections and Updates to 4.0 Documentation
Product Documentation 3-15
After upgrading to version 4.0.10 or higher, you see the following message that is more
informative and specific:
Proxy Authentication Required
Proper authorization is required for this area.
Either your browser dose not perform autorization, or your authorization has
failed.
3.2.34 Compressed Content Cannot be Rewritten by Content URL Rewriting
The section "Content URL Rewriting" in Oracle iPlanet Web Proxy Server 4.0.14
Administration Guide at
http://docs.oracle.com/cd/E21692_
01/821-1882/adypf/index.html
, describes how to configure content URL rewriting.
Note that compressed content cannot be rewritten by content URL rewriting.
3.2.35 Change in the cbuild command from Proxy Server 4.0.5
The following is the difference in cache creation by the
cbuild
command when you
upgrade from 4.0.4 to 4.0.5 or higher versions:
In Proxy Server 4.0.4 you can create a cache partition in an existing directory.
In Proxy Server 4.0.5 you cannot create a cache partition in an existing directory.
When you try to create a cache partition in an existing directory, the following
message is logged:
./cbuild -d /<install-directory>/<instance-name>/config -c
/<install-directory>/<instance-name>/cache -n 4
Uninitialized partition /<install-directory>/<instance-name>/cache already
exists
3.2.36 keep-alive-timeout-absolute Parameter of the http-client-config SAF
Oracle iPlanet Web Proxy Server 4.0.22 supports a new parameter,
keep-alive-timeout-absolute
, for the
http-client-config
SAF. The following table
provides information about this new parameter.
3.2.37 Information about the sleepinterval server.xml Parameter
The
sleepinterval
attribute of the GC (Garbage Collection) element in
server.xml
specifies the time, in seconds, the GC thread sleeps before waking up and inspecting
the configured partitions to check if garbage collection should be initiated.
The default value for this parameter is 45 seconds. Hence if
sleepinterval
is set to its
default value of 45 seconds, the GC thread would wake up every 45 seconds and
inspect the configured partitions.
Note: As a consequence to fix for bug 14703102, starting from 4.0.21
release, the
cbuild
command will accept an existing empty directory
as target location for a new partition.
Parameter Description
keep-alive-timeout
Accepts an integer argument that specifies, in seconds, the
absolute maximum life span of a pooled connection.