Changes with Apache 2.0.51
+
+ *) WinNT MPM: Fix a broken log message at termination. PR 28063.
+ [Eider Oliveira <eider bol.com.br>]
+
*) Prevent Win32 pool corruption at startup [Allan Edwards]
*) mod_ssl: Add "SSLUserName" directive to set r->user based on a
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/08/25 15:20:15 $]
+Last modified at [$Date: 2004/08/26 01:03:20 $]
Release:
0: nd: IMHO that's a public API change then and not applicable for
2.0, just let 'em in
- *) Prevent Win32 pool corruption at startup
- server/mpm/winnt/child.c: r1.36
- +1: ake, trawick, nd, stoddard
-
- *) WinNT MPM: Fix a broken log message at termination. PR 28063.
- server/mpm/winnt/child.c: r1.37
- +1: trawick, nd
-
*) mod_actions: Regression from 1.3: the file referred to must exist.
Solve this by introducing the "virtual" modifier to the Action
directive. PR 28553.
/* Kill remaining threads off the hard way */
if (threads_created) {
ap_log_error(APLOG_MARK,APLOG_NOTICE, APR_SUCCESS, ap_server_conf,
- "Child %d: Terminating %d threads that failed to exit.", my_pid);
+ "Child %d: Terminating %d threads that failed to exit.",
+ my_pid, threads_created);
}
for (i = 0; i < threads_created; i++) {
int *score_idx;