From: Jeff Trawick Date: Tue, 11 May 2010 11:09:35 +0000 (+0000) Subject: vote/promote htcacheclean enhancement X-Git-Tag: 2.2.16~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c5863c7cfdd9c42c074c10f5f3f18360a13d4b;p=thirdparty%2Fapache%2Fhttpd.git vote/promote htcacheclean enhancement need to look at sf's entries more git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@943082 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fdb8c9950de..58b8037fa36 100644 --- a/STATUS +++ b/STATUS @@ -86,6 +86,16 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * support/htcacheclean: Teach it how to write a pid file (modelled on + httpd's writing of a pid file) so that it becomes possible to run + more than one instance of htcacheclean on the same machine. + Trunk patch: http://svn.apache.org/viewvc?rev=910705&view=rev + http://svn.apache.org/viewvc?rev=910735&view=rev + http://svn.apache.org/viewvc?rev=910756&view=rev + http://svn.apache.org/viewvc?rev=917002&view=rev + http://svn.apache.org/viewvc?rev=917005&view=rev + 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 ] @@ -100,17 +110,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: sf: Couldn't the linux 2.4 bug be worked around by calling access twice? Once with R_OK and once with X_OK. - * support/htcacheclean: Teach it how to write a pid file (modelled on - httpd's writing of a pid file) so that it becomes possible to run - more than one instance of htcacheclean on the same machine. - Trunk patch: http://svn.apache.org/viewvc?rev=910705&view=rev - http://svn.apache.org/viewvc?rev=910735&view=rev - http://svn.apache.org/viewvc?rev=910756&view=rev - http://svn.apache.org/viewvc?rev=917002&view=rev - http://svn.apache.org/viewvc?rev=917005&view=rev - 2.2.x patch: http://people.apache.org/~minfrin/htcacheclean-pid.patch - +1: minfrin, sf - * 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.