apache error

gwolf2u

Verified User
Joined
May 16, 2010
Messages
5
Hi guys,

Well I'm kinda new to this server stuff but I'm having a big issue so hope you can help me
I've been running in lots of problem with apache and now it seems it's not even starting
all other services like dovecot, exim, mysqld, named, proftpd and sshd are working as they should but httpd is not

whenever I try to start it via directadmin I'm getting "/sbin/service httpd start 2>&1"
and if I want to start it using the terminal I'm not seeing anything
weird must say

what I have tried so far was checking to see if the port 80 is free by using
"netstat -na | grep -i list | grep 80"
but this didn't show a thing (must say that saw that command on the forum and tried it out)

anyway moved on and tried to recompile apache
this got me a error at the end (after it installed) regarding a php error
so recompiled php also

now when I tried to start it it didn't show the error but it didn't go either
and here I am

no more ideas left for me so please help me
again I'm no expert so write kindly with some explications

thank you

sincerely,
Gwolf2u
 
Are you using standard or custombuild?

What are the errors when you tried to compile apache?

What operating system are you using, and did you use a "clean" operating system when you installed DA?
 
I have used the apache from custombuild
currently I don't see any related errors with apache anymore but still the apache is not loading
it was giving me a php6.c error but after I recompiled php again from custom build, it was ok just that apache is not loading

direct admin was installed on a clean OS
 
I don't see any weird error
all I get in /var/log/httpd/error_log
Code:
[Sun May 16 14:49:26 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:49:26 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:49:26 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:49:26 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Sun May 16 14:49:37 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:49:37 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:49:37 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:49:37 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Sun May 16 14:49:48 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:49:48 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:49:48 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:49:48 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Sun May 16 14:49:59 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:49:59 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:49:59 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:49:59 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Sun May 16 14:50:02 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:50:02 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:50:02 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:50:02 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Sun May 16 14:50:03 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:50:03 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:50:03 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:50:03 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Sun May 16 14:50:04 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun May 16 14:50:04 2010] [warn] RSA server certificate CommonName (CN) `ks305626.kimsufi.com' does NOT match server name!?
[Sun May 16 14:50:04 2010] [error] Unable to configure RSA server private key
[Sun May 16 14:50:04 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
 
well I have reinstalled the OS and directadmin
well I know I have lost my files but it works now

that is life
you win some you lose some
 
Back
Top