On Thu, Mar 08, 2001 at 04:00:25PM +0100, Hartung Lars wrote:
> You can do the following:
> 
> in httpd.conf search for
> 
> SSLPassPhraseDialog  builtin
> 
> change it to
> 
> SSLPassPhraseDialog  exec:/usr/local/apache/bin/xyz
> 
> 
> create a new file xyz with 
> #!/bin/sh
> echo yourpassphrasehere
> 
> 
> Set the execute right for this file.
> that should work. It works in my installation.

Works like a charm!  Thanks Lars!

-Michael

-- 
No, my friend, the way to have good and safe government, is not to trust it
all to one, but to divide it among the many, distributing to every one exactly
the functions he is competent to.  It is by dividing and subdividing these
republics from the national one down through all its subordinations, until it
ends in the administration of every man's farm by himself; by placing under
every one what his own eye may superintend, that all will be done for the
best.
                -- Thomas Jefferson, to Joseph Cabell, 1816



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to