]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a merge that gets rid of a cause of these messages:
authorJeff Trawick <trawick@apache.org>
Fri, 20 Jun 2003 23:04:06 +0000 (23:04 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 20 Jun 2003 23:04:06 +0000 (23:04 +0000)
[error] [client 127.0.0.1] (9)Bad file number: ap_content_length_filter: apr_bucket_read() failed
[error] [client 127.0.0.1] (9)Bad file number: write to cgi daemon process
[error] (131)Connection reset by peer: Error reading request on cgid socket
[error] [client 127.0.0.1] (9)Bad file number: unable to connect to cgi daemon after \
multiple tries: /export/home/trawick/ph/2.0.46/built/cgi-bin/printenv
[notice] child pid 13307 exit signal Broken pipe (13)   (cgid daemon hit the dust)
[error] [client 127.0.0.1] (9)Bad file number: mod_mime_magic: read failed: /export/h\
ome/trawick/ph/2.0.46/built/cgi-bin/printenv

(just what I saw this afternoon)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100321 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8f4d0c9bad71420be7d52fbe0a6aaa341d4f1233..960e86fa55bf6f47e87be6e7f27fe9a324d2f014 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/06/20 00:11:41 $]
+Last modified at [$Date: 2003/06/20 23:04:06 $]
 
 Release:
 
@@ -243,6 +243,13 @@ PATCHES TO PORT FROM 2.1
         os/unix/unixd.h 1.138
         +1: trawick
 
+    * mod_cgid: Eliminate a double-close of a socket.  This resolves
+      various operational problems in a threaded MPM, since on the
+      second attempt to close the socket, the same descriptor was
+      often already in use by another thread for another purpose.
+        modules/generators/mod_cgid.c 1.151
+        +1: trawick
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,