PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
+ *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a
+ possible crash if a signal is caught during (graceful) restart. PR 60487.
+ trunk patch: http://svn.apache.org/r1783849
+ 2.4.x patch: svn merge -c 1783849 ^/httpd/httpd/trunk .
+ (trunk works, modulo CHANGES)
+ +1: ylavic, wrowe, icing
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_event-wakeup-v7.1.patch
+1: ylavic
- *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a
- possible crash if a signal is caught during (graceful) restart. PR 60487.
- trunk patch: http://svn.apache.org/r1783849
- 2.4.x patch: svn merge -c 1783849 ^/httpd/httpd/trunk .
- (trunk works, modulo CHANGES)
- +1: ylavic, wrowe
-
*) proxy_wstunnel: Restore ability to process other Upgrade: protocols which was
blocked in r1674632/r1674661.
trunk patch: http://svn.apache.org/r1792092