PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * suEXEC: Add Suexec directive to disable suEXEC without renaming the
+ binary (Suexec Off), or force startup failure if suEXEC is required
+ but not supported (Suexec On).
+ Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519
+ Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt
+ (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup
+ coded but suEXEC disabled, and b) doesn't add field to unixd structure
+ with reason string for why suEXEC is disabled)
+ Plz consider where doc for directive should go. Patch has it in core, as
+ enabling/disabling the basic capability is not split out into mod_unixd 2.2.x.
+ +1: trawick, covener, wrowe
+
+ * mod_proxy_http: Become aware of ssl handshake failures when attempting
+ to pass request. Makes it so workers are put in error state when a
+ handshake failure is encountered.
+ PR50332
+ Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1039304
+ http://svn.apache.org/viewvc?view=revision&revision=1053584
+ 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=26450
+ +1: rpluem, jim, wrowe
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
rpluem says: Mind to update the 2.2.x version of the patch with r1052224,
r1052314, r1055246 and r1055570 (Comment fix by Jim)?
- * suEXEC: Add Suexec directive to disable suEXEC without renaming the
- binary (Suexec Off), or force startup failure if suEXEC is required
- but not supported (Suexec On).
- Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519
- Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt
- (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup
- coded but suEXEC disabled, and b) doesn't add field to unixd structure
- with reason string for why suEXEC is disabled)
- Plz consider where doc for directive should go. Patch has it in core, as
- enabling/disabling the basic capability is not split out into mod_unixd 2.2.x.
- +1: trawick, covener, wrowe
-
- * mod_proxy_http: Become aware of ssl handshake failures when attempting
- to pass request. Makes it so workers are put in error state when a
- handshake failure is encountered.
- PR50332
- Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1039304
- http://svn.apache.org/viewvc?view=revision&revision=1053584
- 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=26450
- +1: rpluem, jim, wrowe
-
* core: Add NoDecode option to AllowEncodedSlashes to turn off decoding
of encoded slashes in path info. (This is already the behavior of
AllowEncodedSlashes On in trunk.)