Title: Re: perl / cgi
Most likely the script is outputting text to the browser before it is outputting HTTP header information (like setting a cookie).  Make sure that no output is sent prior to sending header info to the browser.  This error will result.

Eric


sounds like there is errors in the script:
Bad Header Groovy??

check your syntax of your script.



From: "Mario Zuppini" <[EMAIL PROTECTED]>
Date: Wed, 31 Jan 2001 11:51:40 +1000
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: perl / cgi
Resent-From: [EMAIL PROTECTED]
Resent-Date: Wed, 31 Jan 2001 11:50:23 +1000

Hey people's

runnign debian potato and with apache web server, does anyone know why cant execute some cgi's/perl scripts through the web browser
while others we can.

What it seems to be is simple scripts wont work but complex scripts are working, below are the error messages :

Internal Server Error : following error msgs in the error log

[Wed Jan 31 11:43:49 2001] [error] [client 203.34.142.9] malformed header from script. Bad Header Groovy": /services/www/cybersol/trash.cybersol.com.au/cgi-bin/hello.pl

[Wed Jan 31 11:45:31 2001] [error] [client 203.34.142.9] Premature end of script headers: /services/www/cybersol/trash.cybersol.com.au/cgi-bin/hello.pl

Reply via email to