[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: re web log



> 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.