jim 97/07/10 09:17:45
Modified: src CHANGES
Log:
Forgot one
Revision Changes Path
1.331 +3 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.330
retrieving revision 1.331
diff -C3 -r1.330 -r1.331
*** CHANGES 1997/07/09 22:44:42 1.330
--- CHANGES 1997/07/10 16:17:42 1.331
***************
*** 29,34 ****
--- 29,37 ----
*) We now determine and display the time spent processing a
request if desired.
+ *) mod_status: PID field of "dead" child slots no longer displays
+ main httpd process's PID.
+
*) CGI: Add a select() loop so that CGI scripts don't have to be
nph in order to be "unbuffered". [Sameer Parekh]