From 90271c29fad46d05abfb6f49c02cec59c8d9adb8 Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Fri, 13 May 2016 16:40:11 -0600 Subject: [PATCH] Bug 16520: Add new Plack-SetEnv syntax to Apache configuration files This was not added to the old etc/koha-httpd.conf because that file has no infrastructure for Plack anyway. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall --- debian/templates/apache-shared.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/templates/apache-shared.conf b/debian/templates/apache-shared.conf index 9ee3b0f..b923578 100644 --- a/debian/templates/apache-shared.conf +++ b/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 + -- 2.1.4