The specified CGI application misbehaved by not returning a complete set of HTTP headers.谁能翻译一下

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/13 13:48:40
The specified CGI application misbehaved by not returning a complete set of HTTP headers.谁能翻译一下
xn@_eQ.(rGWJ킸8u+DT­=QKy)+qBmw柝*5tJlN5fE=AT;LSfdM0|C !u,{D%;!f6uSE-LJlʣtզ<ko>GYE06?{^ iۤ;~ٸ(E<\e|xe8.8:yw d4]aG[;"Cqk/7""Y_`K(')4,'P]tu\y*HZ+"\adUڦїm1j@xqc oS/uדEPP. u|e|)G潟-,FUQ+7~

The specified CGI application misbehaved by not returning a complete set of HTTP headers.谁能翻译一下
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
谁能翻译一下

The specified CGI application misbehaved by not returning a complete set of HTTP headers.谁能翻译一下
是错误报告:
The specified CGI application misbehaved by not returning a complete set of HTTP headers
意思是:(http协议的CGI模式运行不正确)
因为perl脚本的第一句中不支持 -wT 参数,将所有的 -wT 替换成 -w 即可
即:将 #!/usr/bin/perl –wT 替换为:将 #!/usr/bin/perl –w
这是代表php是以CGI模试运行的 在php.ini找到 gi.force_redirect 把前面的分号去掉 把值改成0就行了.

再次运行就可以了,这是PHP另一种运行模式的配置方法