求教redhat7.3web server的奇怪问题......PHP相关

求教redhat7.3web server的奇怪问题......PHP相关

新装的redhat7.3在/var/www/html下建了个cgi-bin的目录
我把PHP的小程序放入/var/www/html/cgi-bin/下
调用出现了
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request

这是怎么回事
我第一次自己用Apache没有经验 所以就没用动 配置文件
另外 /var/www/html/test.php 就可以运行 奇怪!!
我还想把一些PHP文件放入/var/www/cgi-bin/下执行 可是也不行
请求有经验的师傅们指导一下我 解决这个问题 谢谢!!      
直接 键入http://192.168.77.2/cgi-bin/test.php
出现
找不到该页
您要查看的页可能被删除,名称被更改,或者暂时不可用。
奇怪

http://192.168.77.2/test.php 没问题
http://192.168.77.2/ 显示index.html      
拜托拜托      
看看apache的文档,

php文件不是cgi-bin下的可执行文件,应该放在html下,但是你用的这个目录名比较容易出现混淆。

试试:


http://192.168.77.2/./cgi-bin/test.php

不行的话,把cgi-bin这个目录名换一下      
我 发现问题可能就是 目录名
因为 我有两个目录 /var/www/html/cgi-bin & /var/www/cgi-bin
访问/var/www/html/cgi-bin 几乎是不可能的 ! 我不知道拿他怎么办!!
只能改名吗???

另/var/www/cgi-bin 怎么用呢? 我把PHP放在这里也不行
他能放什么呢 ??怎么引用呢?

问题很多  对不起      
http://192.168.77.2/./cgi-bin/test.php 也不可以

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.23 Server at _default_ Port 80