[Koha-bugs] [Bug 26048] Apache does not use /cgi-bin/koha/errors/500.pl if Perl script dies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 21 03:17:46 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #16 from David Cook <dcook at prosentient.com.au> ---
Btw, this was driving me crazy. I actually had to hack on
Plack::Middleware::ErrorDocument to realize I needed to use relative URLs in
the .psgi file. 

And actually... the StackTrace part was a gotcha as well. Now that I read about
Plack::Middleware::StackTrace, it seems like it's only recommended for
development and not production. But the Plack::Middleware::HTTPExceptions
recommendation doesn't look right for us either.

Maybe I should make a simple middleware to replace it. I think I know what we
need to do..

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list