PDA

View Full Version : Apache Down


Oldskool
26th July 2008, 16:41
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.

[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.

Hans
26th July 2008, 16:56
Did you try to start Apache 2 with:

/etc/init.d/httpd start

?

Oldskool
26th July 2008, 17:12
Did you try to start Apache 2 with:

/etc/init.d/httpd start

?

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

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

Hans
26th July 2008, 18:11
What's in your logs?

What's the output of: httpd -t

?