]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] errorloc now checked first from backend then from frontend
authorWilly Tarreau <w@1wt.eu>
Sun, 24 Dec 2006 16:47:20 +0000 (17:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 24 Dec 2006 16:47:20 +0000 (17:47 +0100)
commit8058743d7a96b2bd1ec7a2831df227c385a905f6
tree7eda4e533edd0b7ac86425bebc0d888990072be3
parent0f77253a22289ac27ba3ff308c481879dddb50ea
[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.
include/proto/httperr.h
include/proto/proto_http.h
src/backend.c
src/cfgparse.c
src/haproxy.c
src/proto_http.c