Problems with HTTPD - After upgrading to PHP 5.3

Martiny

Verified User
Joined
Sep 18, 2009
Messages
6
hey,

After following this howto: Link1 the HTTPD cannot start up.

Error: The error is: Invalid command 'suPHP_UserGroup'


So what i did after this happend:

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build suphp

Tried to rewrite confs, changed PHP information in httpd.config en did
./build clean
./build php n

This with no succes.

Can someone point me in the right direction???

Thx!
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php n
./build suphp n
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
/sbin/service httpd restart

If you still have a problem then it is a template problem or you have a custom suphp configure file that is not right.
 
Last edited:
As long as you're already in the custombuild directory, immediately after the ./build suphp n why wouldn't you just do:
Code:
./build rewrite_confs
I believe this will not only rewrite the configurations but will also restart apache.

Jeff
 
Back
Top