PLEASE HELP! Apche not starting after update.

tycomster

New member
Joined
Mar 1, 2010
Messages
4
I wanted to make a whole system update for php, curl, apache and so on using custombuild.

After update was made apache not starting any more. There is no errors in logs.

cutombuild 1.1
apache 2
php 5.2.14

installing by instructions and using: ./build all
 
web# /usr/local/etc/rc.d/httpd restart
Stopping httpd: [ FAILED ]
Starting httpd: [ OK ]

In logs nothing special. Only about certificate and that suexec started.
 
It shows Stopping httpd: [ FAILED ] everytime and there is no apache or other messages trying to reach the site. I gues apache doesn't work.

UP:
directadmin also shows "httpd Process is stopped"

web# ps aux | grep httpd
root 18490 0.0 0.0 1520 792 p2 RL+ 3:26PM 0:00.00 grep httpd
 
Last edited:
Back
Top