一个关于LINUX 中运行PHP的问题 ???

一个关于LINUX 中运行PHP的问题 ???

我有一个linux服务器是安装的是红旗3.0
apcahe mysql PHP 都是系统默认安装的
PhpMyAdmin 在 /var/www/html 目录下可以运行
但是我自己得一个PHP 程序运行以后就是
这样的结果(包括我吧这个文件也放到了PHPMYADMIN目录下也试过)
Forbidden
You don't have permission to access /pma/R/index.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


所有文件的属性是这样的
-rwxrwxrwx 1 52400 42067 6122 4鏈? 1 00:07 adv.js
-rwxrwxrwx 1 52400 42067 3956 4鏈? 1 00:07 change.php
-rwxrwxrwx 1 52400 42067 1654 4鏈? 2 22:13 config.php
-rwxrwxrwx 1 52400 42067 813 4鏈? 1 00:07 download.php
drwxr-xr-x 2 yefeng 42067 4096 4鏈? 1 00:07 img
drwxr-xr-x 2 yefeng 42067 4096 4鏈? 1 00:07 inc
-rwxrwxrwx 1 52400 42067 1051 4鏈? 2 22:29 index.php
-rwxrwxrwx 1 52400 42067 4287 4鏈? 1 00:07 list.php
-rwxrwxrwx 1 52400 42067 3424 4鏈? 1 00:07 lock.php
-rwxrwxrwx 1 52400 42067 1784 4鏈? 1 00:07 recallact.php
-rwxrwxrwx 1 52400 42067 1878 4鏈? 1 00:07 recall.php
-rwxrwxrwx 1 52400 42067 3690 4鏈? 1 00:07 register.php

能告诉我这是怎么回事吗? 为什么我不能运行
这个是我在我的 web 上运行
<?phpinfo()?> 这样的代码的页面信息
Apache Version                             Apache/2.0.52 (Red Hat)  
Server Administrator                     root@localhost  
User/Group                                    apache(4/48  
Max Requests                              Per Child: 4000 - Keep Alive: off - Max Per Connection: 100  
Timeouts  Connection:                120 - Keep-Alive: 15  
Virtual Server                               No  
Server Root                                 /etc/httpd
目录的权限?