Today
Bug 154 occured on my server.
httpd-e-smith doesn't start and imap isn't working.
My httpd errorlog says:
[Mon Nov 26 11:35:03 2007] [warn] RSA server certificate CommonName (CN) `server' does NOT match server name!?
[Mon Nov 26 11:35:03 2007] [error] Unable to configure RSA server private key
[Mon Nov 26 11:35:03 2007] [error] SSL Library Error: 185073780 error:0B080074:x
509 certificate routines:X509_check_private_key:key values mismatch
this repeats each second and after some time I get:
[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
then I apply to clean it up:
ipcs -s | grep www | awk '{print "ipcrm sem " $2}' | sh
after that I get the RSA error again.
Can you help me to fix the certificate-error? How do I create new matching certificates?