]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose mod_cgid changes for backport
authorEric Covener <covener@apache.org>
Thu, 8 May 2008 00:27:02 +0000 (00:27 +0000)
committerEric Covener <covener@apache.org>
Thu, 8 May 2008 00:27:02 +0000 (00:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@654341 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 89df53a122e07af6635254bac61c7c4dd56e8dd1..796410279280ffea24b43324afaa79052d054cba 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -237,6 +237,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://people.apache.org/~trawick/rotatelogs_sync.txt
    +1: trawick, covener
 
+ * mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
+   Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=654232&view=rev
+   Backport version for 2.2.x:
+       Trunk version works
+   +1: covener
+         
+ * mod_cgid: Explicitly set permissions of the socket (ScriptSock) for
+     OS'es like HPUX and AIX that don't use umask for AF_UNIX sockets
+   Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=654332&view=rev
+   Backport version for 2.2.x:
+       Trunk version works 
+   +1: covener
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when