[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: re web log
- Subject: [cobalt-users] Re: re web log
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Fri Oct 3 13:31:30 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I have an urgent need to examine a web log for a particular site
> if i goto the /home/sites/siten/logs/web.log
> its only upto date as of a 3.00 am this morning
>
> is it being buffered?
Yes, all web activity is stored in /var/log/httpd/access until the 4am log
split/rotation/processing.
You can force web log rotation/processing by doing
/usr/local/sbin/split_logs web
Or you could do "grep www.example.com /var/log/httpd/access | less" to see all
traffic for that site. But it's "raw" Apache log info, so I'm not sure if
that would be helpful or not.