Technical data
Corrections and Updates to 4.0 Documentation
Product Documentation 3-9
Table 3–4
magnus.conf
Directives
Parameters Valid Values Description
ChannelPoolMonitorInte
rval
Any number of seconds (Added in 4.0.14) Specify how
frequently (in seconds) Oracle iPlanet
Web Proxy Server checks the channel
pool for stale or closed connections.
This value is used when
ChannelPoolValidate
is set to
true
.
The default value is
30
.
ChannelPoolValidate true
,
false
(Added in 4.0.14) Cause Oracle iPlanet
Web Proxy Server to actively check the
channel pool for stale or closed
connections every
ChannelPoolMonitorInterval
seconds. The default value is
false
.
ChannelReuseValidate true
,
false
(Added in 4.0.14) Cause Oracle iPlanet
Web Proxy Server to validate channels
in the channel pool before reusing
them. The default value is
false
.
FtpPoolSize 1 to 65536
(Added in 4.0.12) Specify the size of
the FTP connection pool. The default
value is 256.
FtpPoolLife 1 to 65536
(Added in 4.0.12) Specify the life of the
connection in seconds, that the FTP
connection remain unused in the pool
before the monitor thread closes it. The
default value is
3600
.
FtpPoolMonitorThread OFF
(Added in 4.0.12) Specify the boolean
value to monitor the FTP thread
functionality. The default is
ON
.
FtpPoolMonitorLevel 0
(Added in 4.0.12) Specify an integer
value. If set to
0
the pool monitor
thread checks whether the connection
is inactive or active.
If set to
1
, the
NOOP
command is sent to
the connection and awaits for the
reply. Failure to get a response will
cause the connection to be removed
from the pool. The default level is
1
.
FtpPoolMonitorInterval 30 to 65536
(Added in 4.0.12) Specify an integer
value in seconds, after which the pool
connections are monitored. The default
value is
30
.
LDAPPoolMonitorThread
Takes a Boolean value. (Added in 4.0.12) If set to
TRUE
, an
ldap
pool monitor thread would be
created, which monitors the
ldap
connection pool at regular intervals.
The default value is
FALSE
.
LDAPPoolMonitorInterva
l
Takes an integer
argument.
(Added in 4.0.12) Specify the interval
at which the
ldap
pool monitor thread
inspects the
ldap
connection pool. The
default value is
30
.
LDAPPoolRevalidate
Takes a boolean value. (Added in 4.0.12) Revalidate the
connection if set to
TRUE
for every
connection that is picked off the
connection pool; then pass on to the
caller. The default value is
FALSE
.