You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/08/31 20:32:28 UTC

svn commit: r265543 - /httpd/httpd/branches/2.0.x/STATUS

Author: colm
Date: Wed Aug 31 11:32:24 2005
New Revision: 265543

URL: http://svn.apache.org/viewcvs?rev=265543&view=rev
Log:

propose a backport


Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=265543&r1=265542&r2=265543&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Wed Aug 31 11:32:24 2005
@@ -327,6 +327,14 @@
        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.