Invalid command 'suPHP_Engine'

webaltern

Verified User
Joined
Feb 10, 2008
Messages
175
Location
Québec, Canada
Hi!

I got this error since the php update to 5.2.17.

Starting httpd: Syntax error on line 32 of /usr/local/directadmin/data/users/admin/httpd.conf:
Invalid command 'suPHP_Engine', perhaps misspelled or defined by a module not included in the server configuration


I have tried to rebuild suphp without success...
 
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build suphp d
 
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php y
./build suphp y
./build rewrite_confs
 
Problem

I experienced this problem also with the recent php 5.3.8 update, the rebuild_conf command fixed it!

Could this be documented somewhere within directadmin help?
 
Hello,

mysql doesn't seem to upgrade at all to 5.1.58. It does not download tar.gz, furthermore it removes old mysql, the system stays without mysql.
 
@dvnscr

cd /usr/local/directadmin/custombuild
./build set_fastest
./build set mysql_inst yes
./build update
./build mysql
./build php n
 
Back
Top