Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

Error Logging and Statistic Collection

This section lists the directives in magnus.conf that affect error logging and the collection of server statistics, which are:

ErrorLogDateFormat

Syntax

ErrorLogDateFormat format

The format can be any format valid for the C library function strftime. See Appendix B, Time Formats

Default

%d/%b/%Y:%H:%M:%S

PidLog

PidLog specifies a file in which to record the process ID (pid) of the base server process. Some of the server support programs assume that this log is in the server root, in logs/pid.

To shut down your server, kill the base server process listed in the pidLog file by using a -TERM signal. To tell your server to reread its configuration files and reopen its log files, use kill with the -HUP signal.

If the PidLog file isn’t writable by the user account that the server uses, the server does not log its process ID anywhere. The server won’t start if it can’t log the process ID.

Syntax

PidLog file

file is the full path name and file name where the process ID is stored.

Example

PidLog /home/xx12345/builds/install1/proxy-server1/logs/pid