|
#11:为PHP安装Suhosin高级保护系统
具体参考Suhosin项目页:project page
http://www.hardened-php.net/suhosin/
#12:取消危险的PHP函数
PHP有大量可用于入侵服务器的函数,如使用不当则会成为漏洞。如下取消这些函数:- disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
复制代码 |
|