"Joerg Henner" <[EMAIL PROTECTED]> wrote:
>Here the logfiles (smothly modified to hide the customers URLs):
>
>62.46.192.166 - - [01/Mar/2001:23:59:59 +0100] "GET
>/path/to/gif/serie2.gif HTTP/1.0" 200 456
>"http://www.customer.de/start.html" "Mozilla/3.0 (DreamKey/2.0)"
>62.46.192.166 62.46.192.166 rtUsLprm4pQ6nOgo 0
Assuming rtUsLprm4pQ6nOgo is a SessionID, your log entries look like
62.46.192.166 %S (computer making the request)
- %j (junk)
- %j (junk)
[01/Mar/2001:23:59:59 +0100] [%d/%M/%Y:%h:%n:%j %j] (date/time)
"GET "%j (junk)
/path/to/gif/serie2.gif %r (file requested)
HTTP/1.0" %j" (junk)
200 %c (status code)
456 %b (bytes transmitted)
"http://www.customer.de/start.html" "%f" (referrer)
"Mozilla/3.0 (DreamKey/2.0)" "%B" (browser)
62.46.192.166 %j (junk)
62.46.192.166 %j (junk)
rtUsLprm4pQ6nOgo %u (SessionID/username)
0 %j (junk)
Looks like
LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%B" %j
%j %u %j)
to me.
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------