From: Eric Covener Date: Thu, 8 May 2008 00:27:02 +0000 (+0000) Subject: propose mod_cgid changes for backport X-Git-Tag: 2.2.9~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33feb9d163b0c5ec3ea108f7a470c10671fe71c;p=thirdparty%2Fapache%2Fhttpd.git propose mod_cgid changes for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@654341 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 89df53a122e..79641027928 100644 --- 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