Re: [PHP] php causes HTTP 500, but results in blank page in apache

2011-06-02 Thread Stephon Chen
e manually? > On Jun 1, 2011 2:14 AM, "Stephon Chen" wrote: > > All 403, 404, 500.html are static html pages like: > > > > > > 500 error happens > > > > > > On Wed, Jun 1, 2011 at 14:10, Tamara Temple > wrote: > > > >> > &g

Re: [PHP] php causes HTTP 500, but results in blank page in apache

2011-05-31 Thread Stephon Chen
All 403, 404, 500.html are static html pages like: 500 error happens On Wed, Jun 1, 2011 at 14:10, Tamara Temple wrote: > > On May 31, 2011, at 8:14 AM, Stephon Chen wrote: > > Hello Sean, >> >> Here is my apache config for error handling. >> 403, 404 works

Re: [PHP] php causes HTTP 500, but results in blank page in apache

2011-05-31 Thread Stephon Chen
ors? > On May 30, 2011 4:51 AM, "Stephon Chen" wrote: > > Hello all, > > > > I use a test script below to generate HTTP 500 status: > > > > > header('HTTP/1.1 500 Internal Server Error'); > > ?> > > > > It causes HTTP 500 i

[PHP] php causes HTTP 500, but results in blank page in apache

2011-05-30 Thread Stephon Chen
Hello all, I use a test script below to generate HTTP 500 status: It causes HTTP 500 in apache log, but apache shows blank page instead of HTTP 500 error page But 403, 404 works correctly. Why this thing occurs? And is there any soultion? My platform is FreeBSD 8.2, PHP 5.3.6, and Apache 2.2.