commit | 8058743d7a96b2bd1ec7a2831df227c385a905f6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 24 17:47:20 2006 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 24 17:47:20 2006 +0100 |
tree | 7eda4e533edd0b7ac86425bebc0d888990072be3 | |
parent | 0f77253a22289ac27ba3ff308c481879dddb50ea [diff] |
[MEDIUM] errorloc now checked first from backend then from frontend It is now possible to define an errorloc in the backend as well as in the frontend. The backend's will be used first, and if undefined, then the frontend's will be used instead. If none is used, then the original error messages will be used.