Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-31 Thread Joe Orton
On Tue, May 29, 2007 at 06:36:07PM -0500, William Rowe wrote: I'm retracting my two proposed choices and going with Option #3 :) Does anyone object to Jeff's weird proposal below? I think it's the best of both worlds. *Guessing* whether the user wants to use a shell based on some syntactic

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-31 Thread William A. Rowe, Jr.
Joe Orton wrote: On Tue, May 29, 2007 at 06:36:07PM -0500, William Rowe wrote: I'm retracting my two proposed choices and going with Option #3 :) Does anyone object to Jeff's weird proposal below? I think it's the best of both worlds. *Guessing* whether the user wants to use a shell based

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-29 Thread William A. Rowe, Jr.
I'm retracting my two proposed choices and going with Option #3 :) Does anyone object to Jeff's weird proposal below? I think it's the best of both worlds. Speak up before I hack this in. Bill William A. Rowe, Jr. wrote: Jeff Trawick wrote: On 5/23/07, William A. Rowe, Jr. [EMAIL PROTECTED]

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Sander Temme
On May 23, 2007, at 4:39 PM, William A. Rowe, Jr. wrote: [ ] Revert to |foo to invoke foo, and add |$foo syntax to launch foo via sh I like this one the best, since it consumes fewest resources in the default case. [ ] Retain |foo to invoke foo through sh, and add ||foo

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Joe Orton
On Wed, May 23, 2007 at 06:39:48PM -0500, William Rowe wrote: While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue. ... [ ] Revert to |foo to invoke foo, and

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Jeff Trawick
On 5/23/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue. Regarding the inefficiency, it doesn't seem to

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Ruediger Pluem
On 05/24/2007 11:27 AM, Joe Orton wrote: On Wed, May 23, 2007 at 06:39:48PM -0500, William Rowe wrote: While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue.

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Colm MacCarthaigh
On Wed, May 23, 2007 at 06:39:48PM -0500, William A. Rowe, Jr. wrote: So I brought up to the list 'fixing' this with an additional meta character to follow | that would distinguish sh from non-sh invocations, and permit both. Wouldn't | exec logger work? -- Colm MacCárthaigh

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Ruediger Pluem
On 05/24/2007 02:39 PM, Colm MacCarthaigh wrote: On Wed, May 23, 2007 at 06:39:48PM -0500, William A. Rowe, Jr. wrote: So I brought up to the list 'fixing' this with an additional meta character to follow | that would distinguish sh from non-sh invocations, and permit both. Wouldn't |

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread Jim Jagielski
On May 24, 2007, at 4:04 AM, Sander Temme wrote: On May 23, 2007, at 4:39 PM, William A. Rowe, Jr. wrote: [ ] Revert to |foo to invoke foo, and add |$foo syntax to launch foo via sh I like this one the best, since it consumes fewest resources in the default case. [ ] Retain

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-24 Thread William A. Rowe, Jr.
Jeff Trawick wrote: On 5/23/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue. Apparently it is a good

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-23 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue. FYI - Paul asked on httpd about the discussion; see