|
(none) (none) (none) Monday, 06-Feb-2012 04:10:14 GMT Monday, 06-Feb-2012 05:10:14 CET ssi_echo.shtml /how2nerd/ssi_echo.shtml Sunday, 07-Jan-2007 22:06:10 CET (none) (none) 38.107.179.236 (none) (none) GET www.steltenpower.com 80 HTTP/1.1 Apache/2 (none) |
AUTH_TYPE client authorization method if any CONTENT_LENGTH size of input posted from client CONTENT_TYPE MIME type of content DATE_GMT The current GMT (greenwich, UK) can be formatted using #config DATE_LOCAL current time/date, can be formatted using #config DOCUMENT_NAME document name that was requested DOCUMENT_URI URL of the document LAST_MODIFIED document modified date, can be formatted using #config PAGE_COUNT number of accesses to current document since server was brought on line HTTP_REFERER URL of the document the client came from REMOTE_ADDR Numeric IP address of the client REMOTE_HOST domain name of the client (DNS option must be active on server) REMOTE_USER ID of user, rarely ever found REQUEST_METHOD HTTP method: GET OR POST SERVER_NAME server hostname (i.e., www.bignosebird.com) SERVER_PORT the port used by httpd (usually 80) SERVER_PROTOCOL Which version of Httpd compliance SERVER_SOFTWARE The name of the server software, i.e., apache 1.2.5 TOTAL_HITS total pages served by server since brought on line |