> -Original Message-
> From: Aman Raheja [mailto:[EMAIL PROTECTED]
> Sent: Montag, 9. Januar 2006 19:29
> To: users@httpd.apache.org; users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Automating apachectl startssl on startup
>
>
> Well this solution is
Well this solution is dependent on programing skills.
You may have a C/C++ binary which fetches the password from a database (you
may hardcode it) and works as a wrapper to apachectl.
This could be done using PERL/SHELL script but that would leave the
password exposed in the scripts, so prefer bi
: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Automating
apachectl startssl on startup
Hi there –
Is there a way to have an apache 1.3.34 server automatically
start with ssl enabled on system boot? Currently, I need to
start the server manually and enter the pass-phrase
associated with
Hi there –
Is there a way to have an apache 1.3.34 server automatically
start with ssl enabled on system boot? Currently, I need to
start the server manually and enter the pass-phrase
associated with the certificate. How can this be done without admin
intervention? Thanks.