[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
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:
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,