免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2427 | 回复: 3
打印 上一主题 下一主题

[Web] 求助!cgi站点出现500错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-03-22 08:57 |只看该作者 |倒序浏览
我的cgi站点出现了500错误,请各位兄弟看一下问题出在哪,我一直都没搞明白。

errorlog日志:
[Thu Mar 22 08:20:39 2007] [error] [client *.*.*.*] Premature end of script headers: index.cgi
[Thu Mar 22 08:20:39 2007] [error] [client *.*.*.*] File does not exist: /www/cgi-bin/start

以上两条日志反复出现,其中“start”是我另一个虚拟主机的根文件夹,这是为什么呢?

这是我http.conf中的虚拟主机部分:
<VirtualHost *:80>
    ServerAdmin start@163.com
    DocumentRoot /www/start
    ServerName www.start.com
    ErrorDocument 404 /error.php
    ErrorLog /var/log/httpd/start.com-error_log
    CustomLog /var/log/httpd/start.com-access_log common
</VirtualHost>
<VirtualHost *:80>
    ServerAdmin start@yeah.net
    DocumentRoot /www/cgi-bin
    Alias /extmail/cgi/ /www/cgi-bin/extmail/cgi/
    Alias /extmail/ /www/cgi-bin/extmail/html/
    Alias /extman/cgi/ /www/cgi-bin/extman/cgi/
    Alias /extman/ /www/cgi-bin/extman/html/
  #ScriptAlias /extmail/cgi/ /www/cgi-bin/extmail/cgi/
   SuexecUserGroup vuser vgroup
    ServerName www.itnw.com
    ErrorLog /var/log/httpd/www.itnw.com-error_log
    CustomLog /var/log/httpd/www.itnw.com-access_log common
</VirtualHost>

<Directory /www/cgi-bin/extmail/cgi>
    Options +ExecCGI
</Directory>
<Directory /www/cgi-bin/extman/cgi>
   Options +ExecCGI
</Directory>

请各位高手出手相救!俺都要抓狂了……

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
2 [报告]
发表于 2007-03-22 09:11 |只看该作者
[Thu Mar 22 08:20:39 2007] [error] [client *.*.*.*] Premature end of script headers: index.cgi

文件头输出不正确。

论坛徽章:
0
3 [报告]
发表于 2007-03-22 09:26 |只看该作者
谢谢小乔!
[Thu Mar 22 08:20:39 2007] [error] [client *.*.*.*] File does not exist: /www/cgi-bin/start

start是我另一个虚拟主机的根目录,为什么会出现这个情况呢,是我哪里设置错误了吗?
谢谢

论坛徽章:
4
技术图书徽章
日期:2013-09-23 10:22:37狮子座
日期:2013-10-15 23:31:54卯兔
日期:2013-11-11 17:33:15金牛座
日期:2013-11-15 17:25:28
4 [报告]
发表于 2007-03-22 23:29 |只看该作者
看看你的index.cgi吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP