Đầu tiên login vào root account
các bạn mở file "php.ini" trong pico editor
tìm "safe_mode"
tìm "disabled_functions"
và add theo functions
sau đó save lại
retart lại Apache web server
các bạn mở file "php.ini" trong pico editor
Code:
[ pico /usr/local/lib/php.ini ]
Code:
[ Ctrl + W and type "safe_mode" ]
Code:
[ Ctrl + W and type "disabled_functions" ]
Code:
[system, exec, shell_exec, passthru, pcntl_exec, putenv, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, popen, pclose, set_time_limit, ini_alter, virtual, openlog, escapeshellcmd, escapeshellarg, dl, curl_exec, parse_ini_file, show_source]
Code:
[ Ctrl + X then Y ]
Code:
[ /etc/init.d/httpd restart ]