summaryrefslogtreecommitdiffhomepage
path: root/apache
diff options
context:
space:
mode:
Diffstat (limited to 'apache')
-rw-r--r--apache/fix-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/apache/fix-headers.patch b/apache/fix-headers.patch
new file mode 100644
index 0000000..b864de2
--- /dev/null
+++ b/apache/fix-headers.patch
@@ -0,0 +1,10 @@
+--- apache2-2.4.29.orig/modules/metadata/mod_headers.c
++++ apache2-2.4.29/modules/metadata/mod_headers.c
+@@ -904,6 +904,7 @@ static apr_status_t ap_headers_error_fil
+ * Server-wide first, then per-directory to allow overriding.
+ */
+ do_headers_fixup(f->r, f->r->err_headers_out, dirconf->fixup_err, 0);
++ do_headers_fixup(f->r, f->r->headers_out, dirconf->fixup_out, 0);
+
+ /*
+ * We've done our bit; remove ourself from the filter chain so there's