Yii 部署在Linux下 gii 无法打开

Yii 部署在Linux下 gii 无法打开
yii 安装完毕(linux) test 项目建立完毕 ,所有dir 均已设定为 777 ,本地PC访问 打开gii 输入密码仍停留在 gii 登录页面无法登录

`'modules'=>array(
// uncomment the following to enable the Gii tool

    'gii'=>array(
        'class'=>'system.gii.GiiModule',
        'password'=>'1234', 
        // If removed, Gii defaults to localhost only. Edit carefully to taste.
        'ipFilters'=>array('10.21.2.129'),
        'newFileMode'=>0666,
        'newDirMode'=>0777,
    ), 

),`

,跪求大神提供点建议,谢谢

你看看PHP的log和YII的runtime的日志,是不是有报错.