woozle
04-21-2001, 04:54 PM
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?
Thanks.
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?
Thanks.
