HAProxy contains minor error

Started by bzero, June 24, 2017, 04:38:42 PM

Previous topic - Next topic
Dear everyone,

i am working to add some sites to HAProxy, but i am getting following error with test syntax as showing in attachment.
Please show me how to fix it.

Thank you.

Quote from: bzero on June 24, 2017, 04:38:42 PM
Dear everyone,

i am working to add some sites to HAProxy, but i am getting following error with test syntax as showing in attachment.
Please show me how to fix it.

Thank you.

I have the same, not really sure but its working, is just a warning...


Hi,

Quote[WARNING] a 'redirect' rule placed after a 'use_backend' rule will still be processed before.

as already stated by another user, this is just a warning from HAProxy to inform you about possibly-unexpected behaviour. It's harmless and might be ignored.

If you've added some ACLs/Actions you may want to change the order of them, this might suppress the warning. (no guarantee)


Regards
- Frank