hi...

ive got apache 1.3.12 running with openssl... had everything working fine
with
SSLPassPhraseDialog Builtin

Now I decided that I dont want to always be prompted for the passphrase, so
I set:
SSLPassPhraseDialog exec:/www/bin/q

/www/bin/q is:
#!/usr/bin/perl
print "pass_here";

The q script works because if I run it from the command line, it outputs
'pass_here'

So, I did /www/bin/apachectl stop then /www/bin/apachectl startssl

It starts up and still prompts for the password. I type 'pass_here' and it
loads.

There is nothing in the error_log.... anyone have feedback on how to get
apache starting without prompting for the passphrase?

------------------------- 2 min later ----------------------
ok.. further testing... i did:

mv /www/bin/q /www/bin/z

then I stopped and started apache ssl

This is in the error_log
[Sat Apr 21 17:05:50 2001] [notice] caught SIGTERM, shutting down
Syntax error on line 970 of /www/conf/httpd.conf:
SSLPassPhraseDialog: file '/www/bin/q' not exists


SO, it is trying to read the q script... but it doesn't...

(mod_ssl 2.6.5)

Please reply with your feedback!

Thanks.


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

Reply via email to