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

2015-12-23 Thread Xavier
Hi, When fcgi file returns a 403 error, the error is displayed by Apache without redirection. When an error is detected on other files (missing file in static for example), the redirection acts perfectly. On 23/12/2015 17:06, Luca Toscano wrote: > Hi Xavier, > > what is the exact problem that yo

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

2015-12-23 Thread Luca Toscano
Hi Xavier, what is the exact problem that you are seeing and what are you trying to achieve? The two error document directives should issue an HTTP redirect (to auth.example.com) according to https://httpd.apache.org/docs/2.4/custom-error.html#configuration, but given the port number I guess that