I am beginning to think my issue is a php issue because the php script does not even launch and I am only getting the 500 internal server error. Error logs looks like it's an .htaccess issue.
--- On Fri, 9/3/10, Eric Covener <[email protected]> wrote: > From: Eric Covener <[email protected]> > Subject: Re: [us...@httpd] 500 internal server error running php application > To: [email protected] > Date: Friday, September 3, 2010, 9:34 AM > On Fri, Sep 3, 2010 at 9:31 AM, chris > h <[email protected]> > wrote: > > Does a failed PHP script not show a PHP error as > well as send a 500 response > > code? > > > > <fajita> White Screen Of Death, one of PHP's > specialties. It is > produced when an error has occurred in a PHP script and the > error > > reporting goes either to the > error log or to > nowhere. To solve it, look for the error reporting settings > in php.ini > (or use > > ini_set()). Also check the > error log (see step > one). Further questions MUST GO TO ##PHP. > > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
