RE: Apache log rotation question...

2006-11-08 Thread Brown, Steve
pulating of the logs afterward. Hope that helps. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Philip Hallstrom Sent: Friday, November 03, 2006 3:21 PM To: Curtis Jewell Cc: [EMAIL PROTECTED] Subject: Re: Apache log rotation question... > I'

Re: Apache log rotation question...

2006-11-03 Thread Garance A Drosehn
At 5:02 AM +0900 11/4/06, Curtis Jewell wrote: My question really is, does newsyslog send the signal at the right time [after the rotation is done, per http://httpd.apache.org/docs/2.2/logs.html#rotation ] and does it do the lines in order???) You can see what it will do by running newsy

Re: Apache log rotation question...

2006-11-03 Thread Philip Hallstrom
I'm wondering if I can safely use newsyslog with a newsyslog.conf with these lines in it: I don't know the answer to your question, but you might look at cronolog... http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cronolog/pkg-descr /var/log/httpd/access_log/*644 1 *

Re: Apache log rotation

2005-10-19 Thread Garance A Drosehn
At 10:00 PM +1300 10/19/05, Jonathan Chen wrote: On Wed, Oct 19, 2005 at 03:54:15PM +0700, Olivier Nicole wrote: [...] Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them, but then how to notify Apache to use the new log files? I don't expect

Re: Apache log rotation

2005-10-19 Thread Nicolas Blais
On October 19, 2005 04:54 am, Olivier Nicole wrote: > Hi, > > If one install Apache from the ports, the logs go in /var/log, namely > in: > > ssl_request_log > httpd-access.log > ssl_engine_log > httpd-error.log > > Is there a clean way to rotate these logs a la newsyslog? > > I know I can use news

Re: Apache log rotation

2005-10-19 Thread Rob Pitt
Sending HUP is fine. Olivier Nicole wrote: Hi, If one install Apache from the ports, the logs go in /var/log, namely in: ssl_request_log httpd-access.log ssl_engine_log httpd-error.log Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them, but t

Re: Apache log rotation

2005-10-19 Thread Jonathan Chen
On Wed, Oct 19, 2005 at 03:54:15PM +0700, Olivier Nicole wrote: [...] > Is there a clean way to rotate these logs a la newsyslog? > > I know I can use newsyslog to rotate them, but then how to notify > Apache to use the new log files? I don't expect a signal HUP sent to > httpd would be enough.

Re: Apache Log Rotation & Statistics

2005-01-12 Thread Eric F Crist
On Jan 12, 2005, at 5:03 PM, Gadi Golan wrote: Hi, What I am looking for here is some advice on what will be the best ways to acomplish what I have in mind. What I hope to acomplish follows, so any thoughts on how to do it, or if it is complex or impossible would be very helpful. I have Apache 2.x

Re: Apache Log Rotation & Statistics

2005-01-12 Thread Colin J. Raven
On Jan 12 at 18:03, Gadi Golan wondered aloud: > > I have Apache 2.x running with a collection of virtual hosts, each > logging to their own access.log file. I want to offer log statistics > to all of my virtual hosts on an individual basis. I want them to be > able to go to say log.theirdomain.

Re: Apache log rotation problems

2004-07-09 Thread Brian Clapper
On 8 July, 2004, at 22:46 (-0400) Bill Moran <[EMAIL PROTECTED]> wrote: > "Graham North" <[EMAIL PROTECTED]> wrote: > > > Hello all: > > > > There has to be a simple fix to this problem - I am using newsyslog and cron > > to rotate my Apache logfiles.They get rotated and Apache keeps working >

RE: Apache log rotation problems

2004-07-08 Thread Andras Kende
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham North Sent: Thursday, July 08, 2004 9:32 PM To: [EMAIL PROTECTED]; Matthew Seaman Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matthew Seaman Subject: Apache log rotation problems Hello all: There has

Re: Apache log rotation problems

2004-07-08 Thread Bill Moran
"Graham North" <[EMAIL PROTECTED]> wrote: > Hello all: > > There has to be a simple fix to this problem - I am using newsyslog and cron > to rotate my Apache logfiles.They get rotated and Apache keeps working > however after a log rotation takes place Apache will not longer log my > accesses.