PDA

View Full Version : Install problem



tmb
05-05-2010, 08:00 AM
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?

scsi
05-05-2010, 08:38 AM
Start it from ssh and see what error is happening.

/sbin/service httpd restart

tmb
05-05-2010, 09:07 AM
This is what I get when I do that:

Stopping httpd: [ OK ]
Starting httpd:

scsi
05-05-2010, 10:02 AM
Thats odd.

Check the error log:

tail -250 /var/log/httpd/error_log

tmb
05-05-2010, 10:36 AM
[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

scsi
05-05-2010, 01:24 PM
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.