On Sun, 16 Jan 2000, EDM Station P2 wrote:
>
> I have the following Apache 1.3.9 log format:
>
> LogFormat "%t %{version}c %{cipher}c %{clientcert}c" sslog
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T
> %v" full
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
> combined
> LogFormat "%h %l %u %t \"%r\" %>s %b '%{Host}i'" common
>
> I run analog, but can't find the syntax to use in the configuration file
> so that the program recognize my log files.
This just defines some log formats. You also need to look at your CustomLog
directive to see which of these log formats you're actually using in the
logfile you want to analyse. Then use an analog configuration like
APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\" %T %v)
(except all on one line).
>
> Also, I downloaded a browser file, that has nearly 250 entries like this
> one:
>
> BROWALIAS Mozilla/4.61[*](X11;?;FreeBSD3.2-*i386*)* "Netscape 4.61
> (FreeBSD 3.2; i386)"
>
> Do I simply paste them in the analog configuration file, are they
> compatible config lines?
>
Yes, but you don't really need them if you're using version 4 of analog,
because it's more intelligent about the browsers.
--
Stephen Turner [EMAIL PROTECTED] http://www.statslab.cam.ac.uk/~sret1/
Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
"Children from St Lawrence's School have buried a time capsule to mark both
the millennium and National Tree Week." Cambridge Town Crier, 16/12/99
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------