Changes with Apache 2.4.4
+ *) Windows: Fix output of -M, -L, and similar command-line options
+ which display information about the server configuration.
+ [Jeff Trawick]
+
Changes with Apache 2.4.3
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * Windows: Fix output of -M, -L, and similar command-line options
- which display information about the server configuration.
- trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1374428
- 2.4.x patch: trunk patch works.
- +1: trawick, gsmith, fuankg
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
service_name);
exit(APEXIT_INIT);
}
- else if (!one_process && !my_generation) {
+ else if (ap_state_query(AP_SQ_RUN_MODE) == AP_SQ_RM_NORMAL
+ && !one_process && !my_generation) {
/* Open a null handle to soak stdout in this process.
* We need to emulate apr_proc_detach, unix performs this
* same check in the pre_config hook (although it is