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
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
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