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

Re: [cobalt-users] log files again



Florian Effenberger wrote:

> Hi Tien Duc,
>
> > I know that /home/sites/site[x]/logs/web.log contains the web
> > accesses, but it is not updated when i access the virtual site;
> > instead it's the /var/log/httpd/access. Has anybody uncountered
> > this?
>
> That's normal! Every night at 4:02am, the /var/log/httpd/access log
> file is being split up into the /home/sites/siteX/logs/web logfile.
>
>      -- Florian
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users

Ahhhhh! seem it's done in /etc/logrotate.d/apache

thanks!