Re: [EMAIL PROTECTED] Wanted: help understanding doc for rotate log

2006-08-16 Thread Tim Wood
On 8/16/06, siegfried <[EMAIL PROTECTED]> wrote: [...] (2) In the documentation they say "CustomLog" and "ErrorLog". Are these commands I type in at the cygwin/bash command prompt? I get errors when I do. I don't see any such programs in /program files/apache group/apache2/bin. [...] The Custo

Re: [EMAIL PROTECTED] piped log not getting any stdin

2006-08-16 Thread Tim Wood
On 8/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 8/16/06, Tim Wood <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to pipe my Apache 2.0.54 logs to a script, but never seem > to get any logs sent through the pipe. > > > piped log program ' /bin/

[EMAIL PROTECTED] piped log not getting any stdin

2006-08-16 Thread Tim Wood
Hi, I'm trying to pipe my Apache 2.0.54 logs to a script, but never seem to get any logs sent through the pipe. Apache starts my script (actually a python program) which runs fine until it tries to read a log from stdin. At that point the script hangs and never gets any input. My script works c