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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx