commit | 5af24efee92713d89c7a8a7e47c864129514294f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 15 15:23:16 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 15 15:23:16 2009 +0100 |
tree | d6887ef46863a033c8e2a83a998d4f289ca8380f | |
parent | 55bc0f8eb7a48a8f482f1e74eb2bf29b18e0ce99 [diff] |
[CLEANUP] config: catch and report some possibly wrong rule ordering There are some configurations in which redirect rules are declared after use_backend rules. We can also find "block" rules after any of these ones. The processing sequence is : - block - redirect - use_backend So as of now we try to detect wrong ordering to warn the user about a possibly undesired behaviour.