On 07/18/2016 10:02 AM, [email protected] wrote: > Author: elukey > Date: Mon Jul 18 08:02:23 2016 > New Revision: 1753167 > > URL: http://svn.apache.org/viewvc?rev=1753167&view=rev > Log: > 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. > >
Does this only affect mod_proxy_fcgi or does it affect the other proxy modules as well? Regards RĂ¼diger
