YY Liu wrote: > Hi everyone! > I have installed apache openssl and mod_ssl. Tha > apache coule be started succesfuly and could run some > simple CGI. But when I invoke a CGI, which is for > check password for a portal, in a web it shows > "Internal Server Error" and the error_log says > "Premature end of script headers". > Is it the problem of my program or some configure > wrong?
Most likely it's your program. That usually means that you have sent an output before doing: $r->send_httpd_header. -- __________________________________________________________________ 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 -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html