Re: [EMAIL PROTECTED] Re: Re: Does Apache Support Piped Logs On Windows Platform

2008-08-11 Thread William A. Rowe, Jr.
Yoann Roman wrote: William A. Rowe, Jr. wrote: Oh - it still runs cmd.exe. The difference is - there are the correct pipes between apache and that cmd/invoked program/script. That's what I'm trying to avoid, actually. I have 2 vhosts with this install, each doing its own error and access logg

[EMAIL PROTECTED] Re: Re: Does Apache Support Piped Logs On Windows Platform

2008-08-11 Thread Yoann Roman
William A. Rowe, Jr. wrote: > Yoann Roman wrote: > > William A. Rowe, Jr. wrote: > >> > >> Then it became 'run this shell command through cmd.exe' - which needed > >> stdin/out/err all set up right to not-fail running as-a-service. > >> > >> Change it back from shellcmd to program and voila, the co