[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] log analyzer on RAQ4r
- Subject: Re: [cobalt-developers] log analyzer on RAQ4r
- From: "William L. Thomson Jr." <webmaster@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Nov 16 12:53:00 2000
- Organization: Obsidian-Studios Inc.
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
I have Urchin installed on my RaQ. I now have two access log files, one for
the Cobalt OS, & one for Urchin. Its a pretty simple process. I just added
a format, gave it a name, & referred to that format type. This is my apache
log lines
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
urchin
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
# The location of the access logfile (Common Logfile Format).
# If this does not start with /, ServerRoot is prepended to it.
CustomLog /var/log/httpd/urchin urchin
CustomLog /var/log/httpd/access combined
I think the order is important. When I had apache logging to the access
file before the urchin file, I received some errors from the Cobalt OS.
Apache seems to like this order better, no Cobalt errors.
Hope that helps,
William L. Thomson Jr.
CEO
Obsidian-Studios Inc.
----- Original Message -----
From: "Derek Eatinger" <derek@xxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Thursday, November 16, 2000 12:35 PM
Subject: [cobalt-developers] log analyzer on RAQ4r
>
> I'm not satisfied with the logfile reports included by default on the
RAQ4r.
> I'm contemplating installing a logfile analyzer such as pwebstats or
> http-analyze. Can this be done? What are the potential consequences?
Any
> tips or alternatives?
>
> Thanks,
>
> Derek Eatinger
> InDefense, Inc
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>