LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 643|回复: 0

apache+CGI出错

[复制链接]
发表于 2005-9-24 03:09:17 | 显示全部楼层 |阅读模式
为了配置openwebmail,建设apache2+CGI...
我的操作方法如下:

1、使用./configure --enable-so --enable-cgi安装了APACHE2
2、修改httpd.conf   

    ScriptAlias /cgi-bin/ "/usr/local/apache2/cgi-bin/"
    <IfModule mod_cgid.c>
        Scriptsock            run/httpd.cgid
    </IfModule>
    ScriptAliased
    <Directory "/usr/local/apache2/cgi-bin">
        AllowOverride None
        Options ExecCGI
    #    Options None
        Order allow,deny
        Allow from all
   </Directory>


启动APACHE2,打开显示如下:

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

Please contact the server administrator, biaoming@126.com 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.

问题,这是什么原因造成的呢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表