On Mon, 02 Aug 2004 00:30:22 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote:
Yeah, what he said. There's really no way to know what it is based
only on "Premature end of script headers", all that means is that
something went wrong before it sent the header. Was there any other
messages in the error log?

Failing that... double check everything.

> 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
> 
>

-- 
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

Reply via email to