cgi程序问题

由 klmy 在 03-04-2003 16:15 发表:

cgi程序问题

这是/etc/httpd/conf/httpd.conf里关于cgi的定义

**

ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

AddHandler cgi-script .cgi

 1<directory "="" cgi-bin"="" var="" www="">   
 2  
 3Options ExecCGI   
 4  
 5AllowOverride None   
 6  
 7Allow from from all   
 8  
 9Order allow,deny   
10  
11</directory>

**

请问有什么问题吗???

**

我在该目录下放一个.cgi的文件,为什么老是出下面的错误:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them **

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus