[nycphp-talk] talk Digest, Vol 36, Issue 5
Kurt Zimmerman
kzimmerm at yahoo.com
Sat May 6 20:04:20 EDT 2006
> Date: Sat, 6 May 2006 10:02:43 -0400
> From: Daniel Convissor
> Subject: Re: [nycphp-talk] Exec format error - PHP
> application not
> running
> To: NYPHP Talk <talk at lists.nyphp.org>
> Message-ID: <20060506140243.GA6402 at panix.com>
> Content-Type: text/plain; charset=us-ascii
>
> On Sat, May 06, 2006 at 06:07:01AM -0700, Kurt
> Zimmerman wrote:
> >
> > [Fri May 05 10:20:03 2006] [error] [client
> > 66.249.65.40] (8)Exec format error: exec of
> > '/var/www/html/guestbook/index.php' failed
> > [Fri May 05 10:20:03 2006] [error] [client
> > 66.249.65.40] Premature end of script headers:
> > index.php
>
> This is a common error on CGI scripts. That error
> usually comes up
> because the script isn't sending a content type, eg:
>
> Content-type: text/html\n\n
>
> But this is rarely an issue with PHP because PHP
> sends that automatically
> for you. What are your settings for the following
> php.ini items:
>
> default_mimetype
> output_buffering
> display_errors
>
> --Dan
>
> --
> T H E A N A L Y S I S A N D S O L U T I O N S
> C O M P A N Y
> data intensive web and database
> programming
> http://www.AnalysisAndSolutions.com/
> 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335
> f: 718-854-0409
>
>
> ------------------------------
>
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
default_mimetype = "text/html"
output_buffering = Off
display_errors = Off
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the talk
mailing list