Have you checked your apache settings for generating error pages? How is it
configured to handle 500 errors?
On May 30, 2011 4:51 AM, "Stephon Chen" <step...@gmail.com> wrote:
> Hello all,
>
> I use a test script below to generate HTTP 500 status:
>
> <?php
> header('HTTP/1.1 500 Internal Server Error');
> ?>
>
> 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.18, which running
php
> as php-cgi mode.
>
> Thanks a lot
> --
> stephon

Reply via email to