From: William A. Rowe Jr Date: Thu, 17 Apr 2008 13:55:26 +0000 (+0000) Subject: Low-hanging fruit votes, and offer up the full suite of ApacheMonitor X-Git-Tag: 2.2.9~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff07ecc842659b9baeb7525b9ec72675ebb5a13b;p=thirdparty%2Fapache%2Fhttpd.git Low-hanging fruit votes, and offer up the full suite of ApacheMonitor improvements for Windows 2008. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@649106 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 29c7572b912..671e7b5155a 100644 --- a/STATUS +++ b/STATUS @@ -165,7 +165,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=579664 Backport version of 2.2.x of patch: Trunk version works (minus CHANGES conflict) - +1: niq + +1: niq, wrowe [with chrisd's suggested change below] chrisd says: The patch seems to address the issues in the PR. My only concern would be that the ap_location_walk() call (the second one) expects r->uri. I'm fairly sure that @@ -179,7 +179,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: well bypass checks on these, and also handle any external modules that might try passing r->uri as NULL. - * mod_substitute: Make default behavior flattening of buckets. Allow for people to specifically set "quick" mode. Trunk version of patch: @@ -187,7 +186,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=628864 Backport version for 2.2.x of patch: Trunk version works (minus CHANGES conflict) - +1: jim, covener + +1: jim, covener, wrowe * Support chroot on unix-family platforms PR 43596 @@ -203,13 +202,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=631342&view=rev +1: covener - * ApacheMonitor (win32); Introduce --kill flag, for use by the - installer, to (mostly) gracefully stop all sessions monitor - icons for clean un-installation. TS seperation rules don't - provide us a cleaner way to send an exit message to those - running in other consoles, however, we simply axe them. - http://svn.apache.org/viewvc?rev=603238&view=rev - +1: wrowe, jim + * ApacheMonitor (win32); Sync to current trunk/. This would + Introduce the --kill flag, for use by the installer, solve + a leak when using ApacheMonitor against another machine, + update to international service names etc (unicoding it) + and finally will allow Windows 2008 admins, and earlier + versions' users to invoke the start|stop|restart etc with + admin permissions. Trouble is, an Admin under UAC does + not actually launch admin-capable applications without + being show a dialog to do so. We could force this at the + start of ApacheMonitor, but it would be bogus to present + this on every login. + http://svn.apache.org/viewvc/httpd/httpd/trunk/support/win32/ApacheMonitor.c?view=log + +1: wrowe * mod_proxy: Allow for keepalive backend proxies (PR43238), which also addresses PR44026 and PR44543. These are pretty much interwrapped here. @@ -251,7 +256,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=635953 Backport version for 2.2.x of patch: Trunk version of patch works - +1: jim, niq + +1: jim, niq, wrowe * mod_authn_dbd: Disambiguate and tidy database authentication error messages. Also move assignment statements after #if blocks