>>> Hi to all,
>>>
>>> Did there is a way to to inject the use_server_errors directive
>>> without uriworkermap ?
>>>
>>
>> Sure it is:
>> JkMount /examples/* loadbalancer;fail_on_status=-404,-500,503
>>
>
> It should be
> JkMount /examples/* loadbalancer;use_server_errors=400
> or even ...
> JkMount /examples/*
> loadbalancer;fail_on_status=-404,-500,503;use_server_errors=400
> but you got the picture :)

Yes, I see what should be done.

May thanks Mladen, you save my day :)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to