[QUOTE=pc.rootall;1576966][root@server custombuild]# ./build set php1_mode php-fpm
Changed php1_mode option from cli to php-fpm
[root@server custombuild]# ./build php n./build rewrite_confs
nginx_apache webserver configuration option is not compatible with php-fpm, lsphp or php-fastcgi PHP mode with mod_ruid2 enabled.


این پیغام برای mod_ruid2 هست
البته این کد ها برای رفع خطای option is not compatible هست
کد:
./build set mod_ruid2 no
./build php n
./build rewrite_confs
برای این مورد
FATAL ERROR:
register_globals is disabled in php.ini, please enable it!


register_globals از ورژن 5.4 به بعد .... به دلیل مشکل امنیتی که داشت پاک شده است .
register_globalsThis feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.


برای Nuke هم از ورژن php 5.3 باید استفاده کنید .