handling an error response "HTTP 1.1 599 Internal Error"
am 11.09.2007 16:28:41 von cliffweasel
Hi All,
I have an application that returns an error page that is ugly and am
trying to get apache to replace it with something a little nicer.
The page comes from an app server which is accessed via reverse proxy
( ProxyPassReverse ). The error page's headers shows the HTTP status
'599 Internal Error'. I guess they just made this code up!
I'm running Apache/2.0.55 and when I add 'ErrorDocument 599 /error/
599.html' to the conf it restarts erroring with 'Unsupported HTTP
response code 599'
Any ideas on how to deal with this response and show a custom error
page?
Thanks in advance,
Cliff.
Re: handling an error response "HTTP 1.1 599 Internal Error"
am 11.09.2007 21:13:59 von shimmyshack
On Sep 11, 3:28 pm, cliffwea...@gmail.com wrote:
> Hi All,
>
> I have an application that returns an error page that is ugly and am
> trying to get apache to replace it with something a little nicer.
>
> The page comes from an app server which is accessed via reverse proxy
> ( ProxyPassReverse ). The error page's headers shows the HTTP status
> '599 Internal Error'. I guess they just made this code up!
>
> I'm running Apache/2.0.55 and when I add 'ErrorDocument 599 /error/
> 599.html' to the conf it restarts erroring with 'Unsupported HTTP
> response code 599'
>
> Any ideas on how to deal with this response and show a custom error
> page?
>
> Thanks in advance,
>
> Cliff.
rewrite this response off to another page you can create.