https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048
--- Comment #6 from David Cook <[email protected]> --- That leads us to Apache's directive "ProxyErrorOverride On". Interestingly, I just enabled that directive, and now I really am getting Apache's generic HTTP 500 error response document. And that's because the ErrorDocument scripts are scripts which are proxied to Plack, so Apache won't use them for ProxyErrorOverride. But we can get around that by adding the following to the *-plack.conf Apache files: ProxyPass "/cgi-bin/koha/errors/500.pl" "!" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
