It looks like the Apache directive ... ProxyErrorOverride
Allows the implementation of a custom error page within Apache/PHP-FPM Similar in functionality to what "fastcgi_intercept_errors" does in nGinx. Is that a correct observation? Any potential problems? Thanks From: <Rose>, John Rose <jbr...@utk.edu<mailto:jbr...@utk.edu>> Reply-To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" <users@httpd.apache.org<mailto:users@httpd.apache.org>> Date: Monday, June 22, 2015 4:25 PM To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" <users@httpd.apache.org<mailto:users@httpd.apache.org>> Subject: [users@httpd] Does Apache have an equivalent to nginx "fastcgi_intercept_errors"? We have spent a bit of time looking around with no success. We would like to implement a custom error page using Apache 2.4 and PHP-FPM So far unsuccessful. Any help appreciated. Thanks