2.2.x patch: http://people.apache.org/~minfrin/htcacheclean-pid.patch
+1: minfrin, sf, trawick
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
- [ New proposals should be added at the end of the list ]
-
- * unixd: set suexec_enabled correctly when httpd is run by non-root
- PR 42175
- Trunk Patch: http://cvs.apache.org/viewvc?view=rev&revision=791337
- 2.2.x Patch: https://issues.apache.org/bugzilla/attachment.cgi?id=20004
- +1: niq
- -0: wrowe; Please refer to man 'access' BUGS section about linux 2.4
- vs 2.6 kernels, potentially a suspect test for root.
- sf: Couldn't the linux 2.4 bug be worked around by calling access
- twice? Once with R_OK and once with X_OK.
-
- * mod_ssl: modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_proxy):
- Unset pkp->certs pointer after freeing the array; fixes segfault at
- startup if the certs are shared across >1 server_rec.
- Trunk patch: http://svn.apache.org/viewvc?rev=417988&view=rev
- 2.2.x patch: Trunk patch works
- (Original patch by jorton)
- +1: minfrin, rjung
-
* mod_proxy: Tone down a warning message that appears when the same
backend website is reverse proxied two or more times into the
frontend URL space.
rjung: We should add a note about the first version providing this
option in the docs page, like e.g. we did for SSLInsecureRenegotiation.
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+ [ New proposals should be added at the end of the list ]
+
+ * unixd: set suexec_enabled correctly when httpd is run by non-root
+ PR 42175
+ Trunk Patch: http://cvs.apache.org/viewvc?view=rev&revision=791337
+ 2.2.x Patch: https://issues.apache.org/bugzilla/attachment.cgi?id=20004
+ +1: niq
+ -0: wrowe; Please refer to man 'access' BUGS section about linux 2.4
+ vs 2.6 kernels, potentially a suspect test for root.
+ sf: Couldn't the linux 2.4 bug be worked around by calling access
+ twice? Once with R_OK and once with X_OK.
+
+ * mod_ssl: modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_proxy):
+ Unset pkp->certs pointer after freeing the array; fixes segfault at
+ startup if the certs are shared across >1 server_rec.
+ Trunk patch: http://svn.apache.org/viewvc?rev=417988&view=rev
+ 2.2.x patch: Trunk patch works
+ (Original patch by jorton)
+ +1: minfrin, rjung
+
* mod_log_config: Make ${cookie}C correctly match whole cookie names
instead of substrings.
PR: 28037