"Digital Photography Now Information" <[EMAIL PROTECTED]> wrote:

> I'm afraid I can't get Analog to process any of my log stat files.
> Each log entry is described as an error.
>
> I have included a small sample of some log entries in case anyone
> can see where these stats differ from the included Analog samples.

If you turn DEBUG ON, analog will show these lines at the start of it's
output:

F: Opening test.log as logfile
F:   Detect that it's in NCSA combined format
C: 24.4.255.93 - - [11/Jan/2002:00:02:34 +0100] "GET /About_DPN_Np1_1.gif
HTTP/1
.0" 200 3063 www.dp-now.com "http://www.dp-now.com/"; "Mozilla/4.0
(compatible; M
SIE 5.5; Windows 98; Win 9x 4.90; MSOCD; AtHome020)"
C:
             *

NCSA Combined format is
 (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B")
But you'll notice that Analog puts a "*" under the www.dp-now.com field,
just after the %b, because it's expecting "%f", (the referrer field, which
is quoted, and www.dp-now is not quoted). I'd guess that www.dp-now.com is
the Virtual Host, %v, so I'd try:

LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b %v "%f"
"%B")

(all on one line).

Aengus

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to