diff options
author | Roland Reichwein <rr@reichwein.it> | 2018-02-28 11:34:21 +0100 |
---|---|---|
committer | Roland Reichwein <rr@reichwein.it> | 2018-02-28 11:34:21 +0100 |
commit | 83b57c86b49ca3bf0da72c3cceb067b139d31684 (patch) | |
tree | 67179d4d0c7dafc2f846c1b479113b99b43b40e7 | |
parent | 8de4e3f6e5e2442a3100d5e8fb9297a87049d1d0 (diff) |
Document patchesv1.6
-rw-r--r-- | apache/fix-headers.patch | 3 | ||||
-rwxr-xr-x | apache/options.patch | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apache/fix-headers.patch b/apache/fix-headers.patch index b864de2..3772c6b 100644 --- a/apache/fix-headers.patch +++ b/apache/fix-headers.patch @@ -1,3 +1,6 @@ +https://bz.apache.org/bugzilla/show_bug.cgi?id=62025 +https://stackoverflow.com/questions/46220113/remove-www-authenticate-header?rq=1 + --- 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 diff --git a/apache/options.patch b/apache/options.patch index cdf76be..faad2f2 100755 --- a/apache/options.patch +++ b/apache/options.patch @@ -1,3 +1,6 @@ +https://bz.apache.org/bugzilla/show_bug.cgi?id=62061 +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888824 + Index: libapache2-mod-fcgid-2.3.9/modules/fcgid/fcgid_conf.c =================================================================== --- libapache2-mod-fcgid-2.3.9.orig/modules/fcgid/fcgid_conf.c |