|
安装apache+php+mysql时为了网站的安全,在php.ini中禁用了以下命令:
disable_functions=exec,system,passthru,error_log,ini_alter,dl,openlog,syslog,readlink,symlink,link,leak,\
fsockopen,proc_open,popepassthru,chroot,scandir,chgrp,chown,escapeshellcmd,escapeshellarg,\
shell_exec,proc_exec,proc_get_status,popen
配置好squirrelmail后,访问 http://localhost/mail/src/configtest.php 无法通过 squirrelmail 脚本的检测,停在了 imap 处。
请问:在尽量保证系统安装的前提下,要使用squirrelmail,php.ini 中哪些命令不能禁用? |
|