在Apache Web服务器日志文件中获取错误:过早调用以检查原型

时间:2011-10-19 12:58:44

标签: apache webserver error-log

我是新手,所以我无法确定问题究竟在哪里 我从名为update.html的html页面的表单操作中调用update.cgi。 cgi负责更新位于服务器上的文件 但它无法更新,我在错误日志中收到这样的错误: -

update.cgi: main::redirect1() called too early to check prototype at /opt/apache/html/cgi-bin/linux/update.cgi line 17., referer: http://3.26.224.215/settings/Update.html

1 个答案:

答案 0 :(得分:0)

看起来像是Perl错误。 redirect1()函数在定义/声明之前被调用。

http://docstore.mik.ua/orelly/perl3/prog/ch33_01.htm