From: Colm MacCarthaigh Date: Wed, 31 Aug 2005 18:32:24 +0000 (+0000) Subject: propose a backport X-Git-Tag: 2.0.55~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9add457c65c1eb7a72df673788351344d83bfc;p=thirdparty%2Fapache%2Fhttpd.git propose a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@265543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 831c1776e53..607d482c8a1 100644 --- 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.