]> granicus.if.org Git - apache/commit
Merge r1681694, r1682907 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 2 Jun 2015 13:39:26 +0000 (13:39 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 2 Jun 2015 13:39:26 +0000 (13:39 +0000)
commit08672e6bfe86e79fd485ea3559d2e8471bd9e7da
tree4bc180653553118f0ff5bb5adfe0a03d538102ce
parent88fef22cb33bd252f92855ff13e2b0fe9e380191
Merge r1681694, r1682907 from trunk:

mod_proxy: Don't put the worker in error state for 500 or 503 errors
returned by the backend unless failonstatus is configured to.  PR 56925.

mod_proxy: follow up to r1681694.

Handle the proxy-error-override note also in mod_proxy_ajp.

The note is not needed in mod_proxy_fcgi (which also handles
ProxyErrorOverride) since it calls ap_die() by itself, and always
returns OK to proxy_handler().

Add a comment about the note where used.

Submitted by: ylavic
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1683112 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy_ajp.c
modules/proxy/mod_proxy_http.c