Date: Tue, 17 Jan 2006 07:20:25 +0100
From: "Taco Scargo" <taco (at mark) scargo.nl>
Subject: [coba-e:03877] Re: Webalizer comment/bug
To: <coba-e (at mark) bluequartz.org>
Message-Id: <005601c61b2e$20f15410$71001fac@DELLP4TACO>
References: <006a01c61aca$1b792d00$71001fac@DELLP4TACO> <43ff01c61b02$52450f60$6700a8c0@youro1n9oy17sk>
X-Mail-Count: 03877
Hi Ken,
> A long time ago on a raq 4, I implemented a webalizer fix involving a
> postrotate change. It caused the logging to miss 1 or 2 hours every
> morning. Is this that same fix?
No, as webalizer first (prerotate) copies the logfile to temp, then rotates
the log, and then restarts httpd.
This process shouldn't take more than a few seconds, even on a heavily
loaded machine.
Then (in postrotate) the logfile in temp is 'splitted', and after that has
finished webalizer is run.
Taco