@@ -, +, @@ configuration files --- debian/templates/apache-shared.conf | 5 +++++ 1 file changed, 5 insertions(+) --- a/debian/templates/apache-shared.conf +++ a/debian/templates/apache-shared.conf @@ -74,3 +74,8 @@ ErrorDocument 404 /cgi-bin/koha/errors/404.pl ErrorDocument 500 /cgi-bin/koha/errors/500.pl RewriteEngine On + + + # Erase any X-Koha-SetEnv headers from the client + RequestHeader unset X-Koha-SetEnv + --