From: Jeff Trawick Date: Thu, 9 Apr 2015 21:52:51 +0000 (+0000) Subject: CGIPassAuth just tested with 2.4.x's mod_proxy_scgi X-Git-Tag: 2.4.13~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3437835c8f9486f5e1992d845c56e958cd1b5085;p=thirdparty%2Fapache%2Fhttpd.git CGIPassAuth just tested with 2.4.x's mod_proxy_scgi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1672502 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 74bba2a6025..92bbd96691c 100644 --- a/STATUS +++ b/STATUS @@ -278,7 +278,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) core.c: Fix warnings about unused variables trunk patch: http://svn.apache.org/r1661486 - trunk patch: trunk works + 2.4.x patch: trunk works + +1: trawick + + *) core: Add CGIPassAuth directive to control whether HTTP authorization + headers are passed to scripts as CGI variables. PR: 56855 + trunk patch: http://svn.apache.org/r1642847 + 2.4.x patch: http://people.apache.org/~trawick/r1642847-to-2.4.x.txt + (trunk works if you do the normal CHANGES/ap_mmn/core_dir_config + merge conflict resolution ;) ) +1: trawick OTHER PROPOSALS