Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

The problem appeared after I changed https certificate and key.

sudo /etc/init.d/httpd restart shows this:

Stopping httpd: [FAILED]
Starting httpd: [FAILED]

Apache's error_log:

[Tue Dec 03 08:06:54 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Dec 03 08:07:31 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Dec 03 08:09:25 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)

httpd -t

Syntax OK

What's causing this problem?

share|improve this question
1  
Those are just notices and shouldn't stop Apache from starting. Could you try apachectl -e "debug" and post the output please. –  sgtbeano Dec 3 '13 at 9:46
    
According to this thread, whose OP had very similar problem, you could try to remove mod_ssl package. –  Risto Salminen Dec 3 '13 at 11:11
    
Thanks all, I already resolve it by generating new crt and key. –  korvinko Dec 3 '13 at 11:28
    
@korvinko You should add your solution as an answer. –  Risto Salminen Dec 3 '13 at 11:44
    
I created crt and key files by follow wiki: wiki.centos.org/HowTos/Https –  korvinko Dec 3 '13 at 13:15

1 Answer 1

I resolve it by generating new crt and key.I created crt and key files by follow wiki: http://wiki.centos.org/HowTos/Https

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.