iTP Secure WebServer System Administrators Guide (Version 7.5+)
A client requests the URL /usr/janedoe/xyz with the following Accept headers:
• Accept:image/jpeg, text/html, */*
• Accept-language:en, fr, es
• Accept-encoding: gzip
To service the request, the server finds all files whose names begin with "xyz" then uses the request
headers to select the best match. In this case, the best match is xyz.en.html, which satisfies the
criteria in the Accept and Accept-language headers.
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
OutputTimeout
Syntax
OutputTimeout time-in-seconds
226 Configuration Directives










