RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-06 Thread Joost de Heer
> CustomLog "| D:\Progra~1\Apache~1\Apache\bin\rotatelogs.exe > logs\access%Y_%m_%d_%H_%M_%S.log 86400 -300" common > > One more thing...when I did this, the hour, minute and seconds > always show as 00_00_00, as in access_2005_10_04_00_00_00.log. Is > that what you guys are seeing too? I guess

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread Wagner, Aaron
CTED] > Sent: Wednesday, October 05, 2005 3:49 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] rotatelogs on Windows > > Thanks Aaron: > > After some experimenting...the following worked for me. I think most > people will encounter this issue... > What I

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread James Tu
ron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298 -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 12:38 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] rotatelogs on Windows

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread Wagner, Aaron
and Center Operations 804.515.6298 > -Original Message- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 05, 2005 12:38 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] rotatelogs on Windows > > James Tu wrote: > > I&

Re: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread William A. Rowe, Jr.
James Tu wrote: I'm trying to edit my httpd.conf to use rotatelogs for Apache running on Windows. I'm doing this and it doesn't like it. CustomLog "| bin/rotatelogs logs/access.log 3600" common Did you mean bin/rotatelogs.exe ? If that doesn't lick it, what about using 'bin\rotatelogs.exe'?