Re: [Rabbit-proxy-users] RabbIT2-2.0.35 gateway time-out customization
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2004-12-31 12:18:08
|
George Dimitriadis wrote: > How can I disable or customize the "504 Gateway Time-out" Page...... > Any help would be appreciated..... You can not easily disable it. If you want to modify it you currently have to change the code. Check StandardResponseHeaders.java the code should be quite easy to understand. I plan to make it possible to use files instead of the hard coded versions, but not sure when I will have time to do that. It may seem simple, but there has to be support for changing the data on the page ("got a 500 internal error on $page" in file => "got a 500 internal error on http://slashdot.org" or something similar) /robo |