hhmmm i'm not experiencing that.

i've got a php script on the back end that send a 503 header:

NODE1
<?php
header('HTTP/1.1 503 Service unavailable');
echo "error";
?>

NODE2
<?php
echo "ok";
?>

But when i make requests on the cluster i get 50% of "error" and 50% of
"ok".



2015-05-15 11:09 GMT+02:00 Yann Ylavic <ylavic....@gmail.com>:

> Hi,
>
> this is an implicit behaviour.
>
> Regards,
> Yann.
>
> On Fri, May 15, 2015 at 10:31 AM, nik600 <nik...@gmail.com> wrote:
> > Dear all
> >
> > is possible to handle the specific http 503 status from a BalancerMember
> and
> > re-forward the request to another member?
> >
> > Thanks to all in advance
> >
> > --
> > /*************/
> > nik600
> > http://www.kumbe.it
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
/*************/
nik600
http://www.kumbe.it

Reply via email to