RE: [EMAIL PROTECTED] Automating apachectl startssl on startup

2006-01-10 Thread Boyle Owen
> -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

Re: [EMAIL PROTECTED] Automating apachectl startssl on startup

2006-01-09 Thread Aman Raheja
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

RE: [EMAIL PROTECTED] Automating apachectl startssl on startup

2006-01-09 Thread Brian Kosick
1)   remove the SSL key encryption http://www.unixcities.com/apache-openssl/ 2)   SSLPassPhraseDialog http://www.apacheref.com/ref/mod_ssl/SSLPassPhraseDialog.html       From: Kaplan, Andrew H. [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 10:57 AM To: use