Apache update problem or not?

Richard G

Verified User
Joined
Jul 6, 2008
Messages
14,311
Location
Maastricht
I just updated 4 custombuild servers to the new apache 2.2.21 version.

There were 3 which went without problems. But 1 server turned this error on the finish:
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
Restarting apache.
Stopping httpd: [ OK ]
Starting httpd: /etc/init.d/httpd: line 55: 9032 Terminated $ENV $httpd -k start -DSSL

What could that mean? Is there or problem or isn't there? I tryed manually restarting and it seems to have no issues:
[root@server5 custombuild]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd:
[root@server5 custombuild]# /etc/rc.d/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd:
[root@server5 custombuild]#

Does this server have an apache problem or was this an accidental hickup?
 
Seems everything is ok until now.

Strange tho that this termination error came up. I wonder what caused it.
 
Back
Top