Re: [users@httpd] ErrorDocument not read with fcgid

2015-12-24 Thread Rose, John B
You may want to look at ... ProxyErrorOverride On Sent from my iPad > On Dec 24, 2015, at 11:17 AM, Xavier wrote: > >> On 24/12/2015 14:12, Luca Toscano wrote: >> Hi Xavier, >> >> mod_proxy shows a similar behaviour for HTTP error status codes >> (corrected >> by https://httpd.apache.org/doc

Re: [users@httpd] ErrorDocument not read with fcgid

2015-12-24 Thread Xavier
On 24/12/2015 14:12, Luca Toscano wrote: > Hi Xavier, > > mod_proxy shows a similar behaviour for HTTP error status codes > (corrected > by https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxyerroroverride). > > I believe that when the 403 is generated by fcgi and not by Apache > itself th

Re: [users@httpd] ErrorDocument not read with fcgid

2015-12-24 Thread Luca Toscano
Hi Xavier, mod_proxy shows a similar behaviour for HTTP error status codes (corrected by https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxyerroroverride ). I believe that when the 403 is generated by fcgi and not by Apache itself then the ErrorDocument is not used to avoid interfering wit