You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by ma...@hyperreal.com on 1997/03/29 22:34:48 UTC

Changed information for PR mod_cgi/286

Synopsis: CGI scripts do not run. I get "premature end of script headers" (error log)

State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Sat Mar 29 13:34:47 PST 1997
State-Changed-Why:
The script is broken; complain to the author.  They need
to disable perl's buffering.  It appears like they try,
but they do not do it correctly.  Try changing the line
saying:
	$! = 1;
to:
	$| = 1;
and it should help.  If not, contact the script author.