On 05/03/2013 4:52 PM, "Joe Cajun" <[email protected]> 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.
