https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- 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.