View | Details | Raw Unified | Return to bug 16520
Collapse All | Expand All

(-)a/debian/templates/apache-shared.conf (-1 / +5 lines)
Lines 74-76 ErrorDocument 404 /cgi-bin/koha/errors/404.pl Link Here
74
ErrorDocument 500 /cgi-bin/koha/errors/500.pl
74
ErrorDocument 500 /cgi-bin/koha/errors/500.pl
75
75
76
RewriteEngine On
76
RewriteEngine On
77
- 
77
78
<IfModule mod_headers.c>
79
   # Erase any X-Koha-SetEnv headers from the client
80
   RequestHeader unset X-Koha-SetEnv
81
</IfModule>

Return to bug 16520