Sambar Server Documentation
|
Log File Formats |
sandbox.sambar.com - - [09/Sep/1997:10:42:45 -0800] "GET / HTTP/1.0" 200 1234 sandbox.sambar.com - - [09/Sep/1997:10:43:22 -0800] "GET /docs/index.htm HTTP/1.0" 304 0 sandbox.sambar.com - admin [09/Sep/1997:10:46:12 -0800] "GET /sysadmin/index.stm HTTP/1.0" 200 0 207.86.139.145 - - [09/Sep/1997:10:47:43 -0800] "GET /wwwping/index.htm HTTP/1.0" 200 954 207.86.139.145 - - [01/Jan/1997:13:06:51 -0600] "GET /session/wwwping HTTP/1.0" 200 0
The common log file format has the following fields:
remotehost | Remote hostname or IP address number if DNS is not enabled/available. |
rfc931 | The remote login name of the user. (This is not implemented by the Sambar Server). |
authuser | The username of the authenticated user. This is available when using password protected WWW pages. |
[date] | Date and time of the request. |
"request" | The HTTP request line as it came from the client. |
status | The HTTP response code returned to the client. Indicates whether or not the file was successfully retrieved, and if not, what error message was returned. |
bytes | The number of bytes transferred. If the status is 200 and bytes are 0, the dynamic page size could not be determined. |
sandbox.sambar.com - - [09/Sep/1997:10:42:45 -0800] "GET / HTTP/1.0" 200 1234 "http://www.skyweb.se/sambar/" "Mozilla/4.0 (Win95; I)"
The extended common log file format has the following fields:
remotehost | Remote hostname or IP address number if DNS is not enabled/available. |
rfc931 | The remote login name of the user. (This is not implemented by the Sambar Server). |
authuser | The username of the authenticated user. This is available when using password protected WWW pages. |
[date] | Date and time of the request. |
"request" | The HTTP request line as it came from the client. |
status | The HTTP response code returned to the client. Indicates whether or not the file was successfully retrieved, and if not, what error message was returned. |
bytes | The number of bytes transferred. If the status is 200 and bytes are 0, the dynamic page size could not be determined. |
"referer" | The url the client was on before requesting this url. |
"agent" | The browser the client is using. |
sandbox.sambar.com - - [09/Sep/1997:10:42:45 -0800] "GET / HTTP/1.0" 200 1234 75 "http://www.skyweb.se/sambar/" "Mozilla/4.0 (Win95; I)"
The performance log file format has the following fields:
remotehost | Remote hostname or IP address number if DNS is not enabled/available. |
rfc931 | The remote login name of the user. (This is not implemented by the Sambar Server). |
authuser | The username of the authenticated user. This is available when using password protected WWW pages. |
[date] | Date and time of the request. |
"request" | The HTTP request line as it came from the client. |
status | The HTTP response code returned to the client. Indicates whether or not the file was successfully retrieved, and if not, what error message was returned. |
bytes | The number of bytes transferred. If the status is 200 and bytes are 0, the dynamic page size could not be determined. |
msec | The time in milliseconds that it took the server to respond to the request. |
"referer" | The url the client was on before requesting this url. |
"agent" | The browser the client is using. |
200 | OK |
201 | Created |
202 | Accepted |
204 | No Content |
206 | Partial Content |
301 | Moved Permanently |
302 | Moved Temorarily |
304 | Not Modified |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
408 | Request Timeout |
414 | Request URI Too Large |
499 | Send Interrupted |
500 | Internal Server Error |
© 1998 Sambar Technologies. All rights reserved. Terms of Use.