Tom, this code is shared with all the other pipe features in httpd, I believe the docs at http://httpd.apache.org/docs/current/logs.html#piped will explain why the shell was not invoked, and provides an example of how to invoke your pipe script with shell.
You can use the docs commentary system to submit feedback on the mod_ssl doc page, if this solves your issue. Bill On Fri, Feb 28, 2014 at 6:33 PM, Tom Browder <tom.brow...@gmail.com> wrote: > On Fri, Feb 28, 2014 at 8:52 AM, Tom Browder <tom.brow...@gmail.com> wrote: >> On Fri, Feb 28, 2014 at 8:22 AM, Reindl Harald <h.rei...@thelounge.net> >> wrote: >>> Am 28.02.2014 14:18, schrieb Tom Browder: >>>> On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald <h.rei...@thelounge.net> >>>> wrote: >>>>>> Am 28.02.2014 14:01, schrieb Tom Browder: >>>> I agree, but even so shouldn't the pipe method work though it may be >>>> less strict? >>> >>> i don#t know nor care because i used the exec variant in >>> production in the past, it worked fine and AFAIR with $1 >>> you get the hostname to echo the correct password if there >>> are more than one certificates involved >> >> That's the way I read the docs, too. >> >> I have just the one cert good for multiple vhosts so it should work. > > So, shall I file a bug or not? > > -Tom