Loading STATUS +12 −0 Original line number Diff line number Diff line Loading @@ -142,6 +142,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~rpluem/patches/proxy-dns-patch_2.2.x.diff +1: rpluem *) mod_proxy: Give ap_proxy_post_request as chance to act correctly on the status code by setting r->status temporarily to access_status. r->status might be different than access_status e.g. r->status could be HTTP_OK if e.g. we override the error page on the proxy or if the error was not generated by the backend itself but by the proxy e.g. a bad gateway. Trunk version of patch: http://svn.apache.org/r1597352 Backport version for 2.2.x of patch: http://people.apache.org/~rpluem/patches/proxy_post_request_status_code.diff +1: rpluem, PATCHES/ISSUES THAT ARE STALLED * mod_proxy_balancer: Always initialize the shared parameters of a load Loading Loading
STATUS +12 −0 Original line number Diff line number Diff line Loading @@ -142,6 +142,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~rpluem/patches/proxy-dns-patch_2.2.x.diff +1: rpluem *) mod_proxy: Give ap_proxy_post_request as chance to act correctly on the status code by setting r->status temporarily to access_status. r->status might be different than access_status e.g. r->status could be HTTP_OK if e.g. we override the error page on the proxy or if the error was not generated by the backend itself but by the proxy e.g. a bad gateway. Trunk version of patch: http://svn.apache.org/r1597352 Backport version for 2.2.x of patch: http://people.apache.org/~rpluem/patches/proxy_post_request_status_code.diff +1: rpluem, PATCHES/ISSUES THAT ARE STALLED * mod_proxy_balancer: Always initialize the shared parameters of a load Loading