You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joe Cajun <jk...@gmail.com> on 2013/03/05 06:51:34 UTC

[users@httpd] Apache Crash

hello there

i have apache2 running on centOS 6.3. all has been well untill the weekend
when apache failed to start. this is the error i am getting

[root@local josephk]# service httpd start
Starting httpd: /bin/bash: line 1: 18934 Illegal instruction     (core
dumped) /usr/sbin/httpd
                                                           [FAILED]
[root@local josephk]#

can anybody please shed some light

regards

-- 
KAY JAY

Re: [users@httpd] Apache Crash

Posted by vishesh kumar <li...@gmail.com>.
Verify /usr/sbin/httpd binary

Thanks
On Tue, Mar 5, 2013 at 11:21 AM, Joe Cajun <jk...@gmail.com> wrote:

> /usr/sbin/httpd





-- 
http://linuxmantra.com

Re: [users@httpd] Apache Crash

Posted by Igor Cicimov <ic...@gmail.com>.
On 05/03/2013 4:52 PM, "Joe Cajun" <jk...@gmail.com> wrote:
>
> hello there
>
> i have apache2 running on centOS 6.3. all has been well untill the
weekend when apache failed to start. this is the error i am getting
>
> [root@local josephk]# service httpd start
> Starting httpd: /bin/bash: line 1: 18934 Illegal instruction     (core
dumped) /usr/sbin/httpd
>                                                            [FAILED]
> [root@local josephk]#
>
> can anybody please shed some light
>
> regards
>
> --
> KAY JAY

First ask yourself what has changed on your system that might have caused
the crash. Second use gdb to debug the core dump and see what exactly
happened.