Re: cannot execute my cgi perls

2001-01-24 Thread Doug MacEachern

On Wed, 17 Jan 2001, G.W. Haywood wrote:

 Hi G,
 
 On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote:
 
  [Wed Jan 17 18:04:41 2001] [error] [client 192.168.1.11] Premature end
  of script headers: /home/grios/.public_html/cgi-bin/bench3.cgi
 
 Who knows?  Something isn't finishing what it started.  Post the script.

'Premature end of script headers' is an error from mod_cgi, so this script
is not even running under mod_perl.




Re: cannot execute my cgi perls

2001-01-17 Thread G.W. Haywood

Hi G,

On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote:

 [Wed Jan 17 18:04:41 2001] [error] [client 192.168.1.11] Premature end
 of script headers: /home/grios/.public_html/cgi-bin/bench3.cgi

Who knows?  Something isn't finishing what it started.  Post the script.

73,
Ged.





RE: cannot execute my cgi perls

2001-01-17 Thread Wilt, Paul

Gustavo:

This usually happens if you get an error before the application has a chance
to send the appropriate HTTP headers back to the client.

Paul E Wilt 
Principal Software Engineer

XanEdu, Inc. ( a division of Bell+Howell InformationLearning)
http://www.XanEdu.com
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
300 North Zeeb Rd   Phone: (734) 975-6021  (800)
521-0600 x6021
Ann Arbor, MI 48106 Fax:(734) 973-0737




-Original Message-
From: Gustavo Vieira Goncalves Coelho Rios [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17,2001 3:09 PM
To: [EMAIL PROTECTED]
Subject: cannot execute my cgi perls


Hi folks, i have setted my apache box, but i am facing some problem with
executing my cgi (of course perl ones).

That's all i get from error_log:

[Wed Jan 17 18:04:41 2001] [error] [client 192.168.1.11] Premature end
of script headers: /home/grios/.public_html/cgi-bin/bench3.cgi

May some one here explains me what is happening ?

Another questions:

Is there an apache related mailing list?



Re: cannot execute my cgi perls

2001-01-17 Thread Gustavo Vieira Goncalves Coelho Rios

"G.W. Haywood" wrote:
 
 Hi G,
 
 On Wed, 17 Jan 2001, Gustavo Vieira Goncalves Coelho Rios wrote:
 
  [Wed Jan 17 18:04:41 2001] [error] [client 192.168.1.11] Premature end
  of script headers: /home/grios/.public_html/cgi-bin/bench3.cgi
 
 Who knows?  Something isn't finishing what it started.  Post the script.
 
 73,
 Ged.

Got the problem kicked out!

I have not seted suexec properly!

Now it works fine.

Thanks for all feed back.