Miguel - Globalview wrote:
> "... Premature end of script headers:
> In addition, I created a test shell script testing, that usually works
> fine:
> "#!/bin/sh
> echo "<h1> Just for testing purposes...";

This isn't a correct CGI. A Cgi should start by sending back some
'headers', minimal requirements are:

Content-Type: text/html


(note: two newlines)

If your script doesn't return such header you get the aforementioned
error.

Davide

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to