]> granicus.if.org Git - apache/commit
Merge r1753167 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 25 Aug 2016 12:50:22 +0000 (12:50 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 25 Aug 2016 12:50:22 +0000 (12:50 +0000)
commit3b80fadac74f6f17790e32de3606429acc7d5be6
tree89b940a490b7adaf876cd08a831b35a0a3e0eae9
parent6b6c58daec755dd197f8797b56857d7a22842991
Merge r1753167 from trunk:

mod_proxy_fcgi: avoid loops serving proxied error documents

This commit should solve the issue indicated in PR 55415.
Httpd loops while serving a error document if:
1) The error document's content is proxied.
2) ProxyErrorOverride is set.
The solution proposed is to limit the use of ap_die only
to the initial request. I tested the change with very basic
scenarios but I am not sure if I got all the use cases,
feedback is really welcome.

Submitted by: elukey
Reviewed/backported by: jim

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