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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On May 31, 2011, at 8:14 AM, Stephon Chen wrote:

Hello Sean,

Here is my apache config for error handling.
403, 404 works fine, but 500 shows blank page

Alias /errorpage/ "/usr/local/www/apache22/errorpage/"
<Directory "/usr/local/www/apache22/errorpage/">
   AllowOverride None
   Options -Indexes FollowSymLinks MultiViews
   Order allow,deny
   Allow from all
</Directory>
#
ErrorDocument 403 /errorpage/403.html
ErrorDocument 404 /errorpage/404.html
ErrorDocument 500 /errorpage/500.html

What's in 500.html?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux