Re: [EMAIL PROTECTED] Change HTTP status code in Custom Errors - next try

2006-06-13 Thread Karsten Konrad
Dear Nick and Joshua! Nick Kew wrote: On Sunday 11 June 2006 21:14, Karsten Konrad wrote: Header set STATUS "503 Service Unavailable" The result is the following line in the HTTP Header "Status: 503 Service Unavailable" But the return code itself is st

Re: [EMAIL PROTECTED] Change HTTP status code in Custom Errors - next try

2006-06-11 Thread Karsten Konrad
Joshua Slive wrote: On 6/9/06, Karsten Konrad <[EMAIL PROTECTED]> wrote: Greetings! I'd like to change the custom errormessages so they don't return the actual http code "502 Bad Gateway" but "503 Service Unavailable". I had hoped, that including a status l

[EMAIL PROTECTED] Change HTTP status code in Custom Errors

2006-06-09 Thread Karsten Konrad
Greetings! I'd like to change the custom errormessages so they don't return the actual http code "502 Bad Gateway" but "503 Service Unavailable". I had hoped, that including a status line in the header might work, but it doesn't. Below I have included a fragment of my last attempt. Does anybody