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 still "HTTP/1.x 200 OK"

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

2006-06-11 Thread Joshua Slive
On 6/11/06, Karsten Konrad <[EMAIL PROTECTED]> wrote: Thanks for the input! I had hoped, that I could avoid cgi/php stuff but I'll give it a try now. After my post yesterday I had an other, maybe stubid, idea and tried to change the Header with mod_headers like this: Header set STAT

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

2006-06-11 Thread Nick Kew
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 still "HTTP/1.x 200 OK" Status is a CGI header, not an

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 line in the header might work, but it d

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

2006-06-09 Thread Joshua Slive
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 line in the header might work, but it doesn't. Below I have

[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