https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048
--- Comment #1 from David Cook <[email protected]> --- Actually, I don't think it is using Apache's generic error response document. My mistake! Apache's generic 500 response is different* * Content-language: en Content-type: text/html; charset=UTF-8 Body:----------en-- <!--#set var="TITLE" value="Server error!" --><!--#include virtual="include/top.html" --> <!--#if expr="-n v('REDIRECT_ERROR_NOTES')" --> The server encountered an internal error and was unable to complete your request. <!--#include virtual="include/spacer.html" --> Error message: <br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" --> <!--#else --> The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. <!--#endif --> <!--#include virtual="include/bottom.html" --> ----------en-- -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
