<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>Hi Michael,</div><div><br></div><div>I swear that is the log I ran.  Either way the /sbin/service httpd restart command did the trick.</div><div>Very strange we tried that one before and it did not work.  Must have just needed your touch.</div><div><br></div><div>Thank you for your help. :)</div><div><br></div><div>Marty</div><div><br></div><div><br></div>
<blockquote id="replyBlockquote" webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;">
<div id="wmQuoteWrapper">
-------- Original Message --------<br>
Subject: [BlueOnyx:14307] Re: Can't get the HTTPD process started<br>
From: Michael Stauber <<a href="mailto:mstauber@blueonyx.it">mstauber@blueonyx.it</a>><br>
Date: Fri, January 24, 2014 11:40 am<br>
To: BlueOnyx General Mailing List <<a href="mailto:blueonyx@mail.blueonyx.it">blueonyx@mail.blueonyx.it</a>><br>
<br>
Hi Marty.<br>
<br>
> Have a strange issue with our 5106 that is fully updated.<br>
> This morning at 4:30am CST and then at 7:30am CST we received the following <br>
> alert from Active Monitor:<br>
> Active Monitor has detected recent changes in the state of your server appliance.<br>
> For more details, please see the Active Monitor section of the Server Desktop.<br>
<br>
That logfile doesn't shed any light on this. The correct logfile for the<br>
error messages would be /var/log/httpd/error_log<br>
<br>
Try this:<br>
<br>
Login by SSH as "admin". Use "su -" to gain root access.<br>
<br>
Then issue this command to restart Apache:<br>
<br>
/sbin/service httpd restart<br>
<br>
If it fails with "cannot bind to :80" (or similar), then it means that<br>
another HTTPd process is still running and didn't terminate properly.<br>
<br>
You can check this with this command:<br>
<br>
ps axf|grep httpd<br>
<br>
If there are httpd processes around, they'll show. You can then use<br>
these three commands to get it fixed:<br>
<br>
killall -9 httpd<br>
/sbin/service admserv restart<br>
/sbin/service httpd restart<br>
<br>
At the worst, issue an /sbin/reboot to reboot the box and everything<br>
should come back up just fine.<br>
<br>
-- <br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>

</div>
</blockquote></span></body></html>