tvilliers wrote:
[...]
but via the web, I get an Internal Server Error and in the error_log

Premature end of script headers: /var/www/cgi-bin/index.pl

print "Content-type:text/html\n\n"

; and " " are missing. Should be:


print "Content-type: text/html\n\n";

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to