NGiNX Loadbalancing Sorry Server

Hello Folks,

is there any way to integrate something like the sorry server in
keepalived. i mean, if no backend system is available the request should
be redirect to url-something with a maintanance page.

Thx

Juergen

Hello!

On Wed, Oct 28, 2009 at 04:11:48PM +0100, Juergen G. wrote:

Hello Folks,

is there any way to integrate something like the sorry server in
keepalived. i mean, if no backend system is available the request
should be redirect to url-something with a maintanance page.

It is usally done via error_page directive, see

http://wiki.nginx.org/NginxHttpCoreModule#error_page

for details.

Maxim D.