]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a backport
authorColm MacCarthaigh <colm@apache.org>
Wed, 31 Aug 2005 18:32:24 +0000 (18:32 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 31 Aug 2005 18:32:24 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265543 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 831c1776e53ba8c5e5a459f2be8f4871908cb67f..607d482c8a1f8618d65371104fc8aa4bb9fb712d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -327,6 +327,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewcvs?view=rev&rev=264866
        +1: jerenkrantz
 
+    *) mod_cgid: Fix PR 36410. Invoke the set_suexec_identity hook from
+       the non-cgid side of the handler, where the full per-server/dir/etc
+       configuration is available instead of using two mod_suexec and
+       mod_userdir specific hacks. See mod_vhost_ldap for an example
+       third-party get_suexec_identity implementation.
+         http://people.apache.org/~colm/2.0.x-suexec-cgid.patch
+       +1: colm
+  
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.