Apache Down

Discussion in 'Installation/Configuration' started by Oldskool, Jul 26, 2008.

  1. Oldskool

    Oldskool New Member

    Hello all,

    after installing ISPConfig on my CentOS 5.2 machine, I can succesfully login to my admin panel and do everything. However the install seems to have killed my Apache 2 server and I can not restart it anymore.

    Code:
    [root@jan lib]# /usr/sbin/apachectl -t
    Syntax OK
    [root@jan lib]# /usr/sbin/apachectl start
    [root@jan lib]# service httpd restart
    Stopping httpd:                                            [FAILED]
    Starting httpd:                                            [FAILED]
    Does anybody have a clue what this could be? It was running just fine before the ISPConfig install and now it just died? :confused: I'm confused, any suggesions would be appreciated.
     
  2. Hans

    Hans Moderator Moderator

    Did you try to start Apache 2 with:

    /etc/init.d/httpd start

    ?
     
  3. Oldskool

    Oldskool New Member

    Yes, have also tried that, but without luck. Same output as before:

    Code:
    [root@jan lib]# /etc/init.d/httpd start
    Starting httpd:                                            [FAILED]
     
  4. Hans

    Hans Moderator Moderator

    What's in your logs?

    What's the output of: httpd -t

    ?
     

Share This Page