>Joshua,
>Here is what is listed in the logs, but this is from  this morning.  I don't 
>know why this information hasn't been  updated:
>  [Wed Jun 28 11:27:03 2006] [error] Init: Unable to read pass phrase [Hint: 
> key introduced or changed before restart?]

If you don't want to enter the passphrase at each start of Apache
and to eliminate th eoccurance of this error,
than you will have to delete the passphrase from your KEY.

Make this
- Take your "SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key"
- openssl rsa -in /etc/apache2/ssl/keys/sitename.com.key -out 
/etc/apache2/ssl/keys/sitename.com.nopp.key
- You will be asked for the passphrase
- Than change in your config:
  from
    SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key
  to
    SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.nopp.key
[see also http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase]


Than it will never asked again an the above error should not come again.

bye 
Oliver

<<winmail.dat>>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to