User Guide
114 Getting Results with Novell Web Services
Getting Results with Novell Web Services
103-000133-001
August 29, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Case is important; make sure the case for your entry matches the case of
the word you’re searching for.
5 Click OK.
Here is an example of an access log in the common logfile format:
wiley.a.com - - [16/Feb/1996:21:18:26 -0800] “GET / HTTP/1.0” 200 751
wiley.a.com - - [17/Feb/1996:1:04:38 -0800] “GET /docs/grafx/icon.gif HTTP/1.0”
204 342
wiley.a.com - - [20/Feb/1996:4:36:53 -0800] “GET /help HTTP/1.0” 401 571
arrow.a.com - john [29/Mar/1996:4:36:53 -0800] “GET /help HTTP/1.0” 401 571
The following table describes the last line of the sample access log.
Table 5 Fields in the Last Line of the Sample Access Log File
Access Log Field Example
Hostname or IP address of client arrow.a.com (In this case, the hostname is
shown because the Web server’s setting for
DNS lookups is enabled; if DNS lookups
were disabled, the client’s IP address would
appear.)
RFC 931 information - (RFC 931 identity not implemented.)
Username john (Username entered by the client for
authentication.)
Date/time of request 29/Mar/1996:4:36:53 -0800
Request GET/help
Protocol HTTP/1.0
Status code 401
Bytes transferred 571