iTP Secure WebServer System Administrators Guide (Version 7.5+)
Table 36 HTTP Status Codes (continued)
Bogus header. A Secure HTTP request was not formed
properly.
421
The server encountered an internal error while processing
the Web clientâs request. An internal error usually involves
a configuration problem or a CGI script returning an error.
500
Not implemented. The request cannot be performed by the
server.
501
HTTP version not supported. The request specifies a protocol
version that the server does not support.
505
Extended Log Format
The extended log file combines the functions of the access log and the error log files, recording
information concerning requests and errors. This format places errors in context with the relevant
request.
If âremotePort is used then the entries in the access log file as follows:
150.180.13.54 - - [24/Jan/1995:12:27:13 -0500] "GET /dirsite.gif HTTP/1.0" 200 7114 2168 quinton.jax.org - -
[24/Jan/1995:12:27:14 -0500] "GET / HTTP/1.0" 200 1280 6935 tucano.cv.com - - [24/Jan/1995:12:27:16 -0500] "POST
/dir/search.cgi HTTP/1.0" 200 15691 6985
If CombinedLogFormat is set to On and âcookie option is also used, the format for log entries is
as follows:
150.180.13.54 - - [24/Jan/1995:12:27:13 -0500] "GET /dirsite.gif HTTP/1.0" 200 7114 "http://www.abc.com/"
"Mozilla/4.05 [en] (WinNT; I)" "USERID=CustomerA; IMPID=01234"
Extended Log Entry Format
An entry in the extended log file consists of a single line of ASCII text. Each entry consists of the
tag log followed by one or more items composed of an item-name and an item-value:
log {item-name1 item-value1} {item-name2 item-value2} ...
Table C-2 lists the items that might appear in an extended log entry.
Table 37 Extended Log Items
DescriptionName
Contains the HTTP method sent by the Web client for the
current request. Typically, this method is HEAD, GET, or
method
POST. This item is absent if the Web client's request was
not completely received by the server.
Contains the URL part of the Web client request. For
example:
/personal/payne/home.html
url
This item will be missing if the Web client's request was
not completely received by the server.
Contains the name of the Web client's browser software.
For example:
NCSA Mosaic for the X Window System/2.4
agent
This item is absent if the Web client's browser software
does not send this information to the server.
Contains the URL of the page that contained the link for
the current request. For example:
http://www.directory.net/index.html
referrer
This item is absent if the Web client's browser software
does not send this information to the server.
Contains the host name of the Web client machine. If no
host name is available, this item contains an ASCII
host
264 Server Log File Formats










