Please set a correct PHP mode (mode set for php1_release should be mod-php, mod_php

saosangmo

Verified User
Joined
Oct 3, 2012
Messages
125
Location
Hanoi
hi,
I build with the command:
Code:
./build update_versions
And the system warning:
Code:
Please set a correct PHP mode (mode set for php1_release should be mod-php, mod_php or suphp)

Please help me!
thanks
 
update, I'm using PHP 5.4
Code:
#PHP settings.
Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, no. php1/php2_mode: cli, cgi (mod_php or FPM)
php1_release=5.4
php2_release=no
php1_mode=cli
php2_mode=cgi
php_ini=no
#Possible values - production or development
php_ini_type=production
ioncube=no
zend=no
 
Code:
php1_mode=cli
php2_mode=cgi

Please read CustomBuild 2.0 FAQ. You can use php-fpm/mod_php/mod_ruid2 as a mode (cli/cgi cannot be used anymore). Thank you.
 
Back
Top