httpd start problem

Lukemob

Verified User
Joined
Feb 1, 2011
Messages
11
Hello there,

after spending many hours on net searching without success I used to make a new post here.

Today I tried to upgrade MySQL by running command: ./build mysql d

It went all correctly, then I got message that it is recommended to run also: ./build php n

So I run it. After it compiled and installed, I couldn't start httpd server because of a few errors, which I have no idea how to solve.

Current error message:
Code:
/etc/init.d/httpd restart
Stopping httpd:
Starting httpd: Syntax error on line 32 of /usr/local/directadmin/data/users/lukemob/httpd.conf:
Invalid command 'suPHP_Engine', perhaps misspelled or defined by a module not included in the server configuration

so I run: ./build suphp

it said installed, but still doesn't work.

Maybe related posts:
http://www.directadmin.com/forum/showthread.php?p=108163

I also got:
http://help.directadmin.com/item.php?id=236

Please help :-(

Thanks
 
Try this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build rebuild_confs

and restart apache.
 
Back
Top