PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mpm event: Correctly count active child processes in parent process if
+ child process dies due to MaxConnectionsPerChild. PR 65592.
+ Trunk version of patch:
+ https://svn.apache.org/r1893520
+ Backport version for 2.4.x of patch:
+ Trunk version of patch works
+ svn merge -c 1893520 ^/httpd/httpd/trunk .
+ +1: rpluem, ylavic, minfrin
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
is not the right fix, then it should be removed from trunk.
Putting it here is a way to revive the discussion
- *) mpm event: Correctly count active child processes in parent process if
- child process dies due to MaxConnectionsPerChild. PR 65592.
- Trunk version of patch:
- https://svn.apache.org/r1893520
- Backport version for 2.4.x of patch:
- Trunk version of patch works
- svn merge -c 1893520 ^/httpd/httpd/trunk .
- +1: rpluem, ylavic,
-
*) mod_dav: Add utility functions dav_validate_root_ns(),
dav_find_child_ns(), dav_find_next_ns(), dav_find_attr_ns() and
dav_find_attr() so that other modules get to play too.