On Thu, Aug 03, 2000 at 02:01:02PM +0100, Steve Hay wrote:
> 
> This outputs the following line (once) to ppfilter.txt when starting as a
> Console App, and the same (also once) when trying to start as a Service:
> 
>     Called with arguments: pilchard.uk.radan.com:443, RSA.
> 
> So the program DOES get called, and with the same arguments too!

Cool, then at least that is not what happens.
> 
> Perhaps the Apache Service doesn't pick up the STDOUT from the program
> properly? 

That would be my second guess. It shouldn't be too hard to debug if
you've got a compiler nearby. In the file ssl_engine_pphrase.c - 
http://www.modssl.org/source/cvs/exp/mod_ssl/pkg.mod_ssl/pkg.sslmod/ssl_engine_pphrase.c?rev=1.31&hideattic=1&sortbydate=0
look for "   * Filter program" - you could just change that block
to log some of all the variables available - the ssl_log function
would be an easy way.

I just looked a bit back in the cvs logs ... diffs between version
1.30 and 1.31 of that file has a small change to handle a path 
with ' ' differently - does your path contain a space?
Going back even further might also provide some ideas.


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to