System information

TABLE 1 magnus.conf Directives
Parameters ValidValues Description
ACLCacheMax 1 Specify a congurable limit for the ACL
cache. This directive restricts the size of ACL
cache, thus removing old entries from the
cache which otherwise contributes
signicantly to memory usage.
FtpPoolSize 1 65536 Specify the size of the FTP connection pool.
The default value is 256.
FtpPoolLife 1 65536 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 Specify the boolean value to monitor the FTP
thread functionality. The default is ON.
FtpPoolMonitorLevel 0 Specify an integer value. If set to 0 the pool
monitor thread checks whether the
connection is dead or alive.
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 65536 Specify an integer value in seconds, after
which the pool connections are monitored.
The default value is 30
Cache PURGE Feature
Proxy Server allows PURGE requests to clear the cached URL. If the requested URL is purged
successfully, a response with an HTTP status code of 200 (OK) is sent by the server. If the
specied URL is not cached, a 404 (Not Found) response is sent.
In the following example, the server returns the value 200
bash-2.03$ telnet localhost 8088
Trying 172.9.10.1...
Connected to localhost.
Escape character is ’^]’.
PURGE http://foo.com/ HTTP/1.0
HTTP/1.1 200 OK
Enhancements in Sun Java System Web Proxy Ser ver Releases
Release Notes for Sun Java System Web Proxy Server 9