Install problem

tmb

Verified User
Joined
Sep 3, 2009
Messages
7
Ok had a server meltdown so having to re-install everything. Got DA running yesterday but mysql wouldn't work so had to re-image the drive again.

Now after I install DA won't load at all. I get this error in my error log over and over:

2010:05:05-07:30:11: service httpd didn't start, re-starting it
2010:05:05-07:30:11: Error restarting service httpd : uid 0 gid 0 : /sbin/service httpd restart >>/dev/null 2>>/dev/null

What can I do?
 
Start it from ssh and see what error is happening.

/sbin/service httpd restart
 
This is what I get when I do that:

Stopping httpd: [ OK ]
Starting httpd:
 
Thats odd.

Check the error log:

tail -250 /var/log/httpd/error_log
 
[Wed May 05 07:47:02 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed May 05 07:47:02 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.13 configured -- resuming normal operations
[Wed May 05 09:05:09 2010] [notice] caught SIGTERM, shutting down
[Wed May 05 09:05:10 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed May 05 09:05:10 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed May 05 09:05:11 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed May 05 09:05:11 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.13 configured -- resuming normal operations
[Wed May 05 10:13:29 2010] [notice] caught SIGTERM, shutting down
[Wed May 05 10:32:02 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed May 05 10:32:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed May 05 10:32:03 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed May 05 10:32:03 2010] [notice] Apache/2 configured -- resuming normal operations
 
Thats weird there are no errors. Your init file might be screwed up.

You might need to get ahold of smtalk or directadmin staff to login to your server and figure it out.
 
Back
Top