去apache的log下看error_log文件 #cd /usr/local/apache2/logs/ (13)Permission denied: exec of '....index.php' failed 加权限就可以 #chmod +x index.php路径 作者 21aspnet