iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-40
NewEmsMessageFormat
NewEmsMessageFormat
Syntax
NewEmsMessageFormat { yes | no }
Description
The NewEmsMessageFormat directive allows you to choose the method of viewing
the EMS messages. If you set the value of this directive to yes, you can view the EMS
messages in the new format, which will not include the DAEMON, PID, and the
PATHMON fields. If you set the value to no, you can view the EMS messages in the
current format, which includes the DAEMON, PID, and the PATHMON fields. If this
directive is not specified in the server configuration file (httpd.config), the EMS
message will be displayed in the current format.
Default
None
If you do not specify any value with the NewEmsMessageFormat directive, an error
message will be displayed prompting to specify one.
Examples
In Web ViewPoint:
NewEmsMessageFormat { yes }
Text Format: 2005-02-01 15:41:32 \PETRI.$X0M8 TANDEM.WEBSERV.D42002004
INFO, $PWEB (dist): (#4) bind_nw failed: could not bind to port 55113 in transport
\PETRI.$ZTC0. errno=4114
NewEmsMessageFormat { no }
Text Format: 2005-02-01 15:41:32 \PETRI.$X0M8 TANDEM.WEBSERV.D42002004
DAEMON INFO, PID = 459604020, PATHMON = $PWEB (dist): (#4) bind_nw failed:
could not bind to port 55113 in transport \PETRI.$ZTC0. errno=4114
In ViewPoint:
NewEmsMessageFormat { yes }
Text Format: 15:41 \PETRI INFO, $PWEB (dist): (#4) bind_nw failed: could not bind to
port 55113 in transport \PETRI.$ZTC0. errno=4114
NewEmsMessageFormat { no }
Text Format: 15:41 \PETRI DAEMON INFO, PID = 459604020, PATHMON = $PWEB
(dist): (#4) bind_nw failed: could not bind to port 55113 in transport \PETRI.$ZTC0.
errno=4114