You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/05/26 17:58:49 UTC

svn commit: r660221 - in /httpd/httpd/branches/2.2.x: STATUS support/win32/ApacheMonitor.c support/win32/ApacheMonitor.dsp support/win32/ApacheMonitor.h

Author: wrowe
Date: Mon May 26 08:58:46 2008
New Revision: 660221

URL: http://svn.apache.org/viewvc?rev=660221&view=rev
Log:
Per discussion on list and based on user feedback, merge ApacheMonitor code
back to the trunk/ development effort.  Provides for internationalized versions
of ApacheMonitor, and interoperability under Windows User Access Control (UAC)
restrictions.  When ApacheMonitor cannot control a service, it will attempt
to launch a new version of itself, prompting the user for Admin-rights credentials.

Added:
    httpd/httpd/branches/2.2.x/support/win32/ApacheMonitor.c
      - copied unchanged from r658640, httpd/httpd/trunk/support/win32/ApacheMonitor.c
    httpd/httpd/branches/2.2.x/support/win32/ApacheMonitor.dsp
      - copied unchanged from r658640, httpd/httpd/trunk/support/win32/ApacheMonitor.dsp
    httpd/httpd/branches/2.2.x/support/win32/ApacheMonitor.h
      - copied unchanged from r658640, httpd/httpd/trunk/support/win32/ApacheMonitor.h
Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=660221&r1=660220&r2=660221&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon May 26 08:58:46 2008
@@ -180,20 +180,6 @@
    rpluem says: I am missing a minor bump and documentation.
    niq replies: Done.
 
- * 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
-
  * suexec: When group is given as a numeric gid, validate it by looking up
    the actual group name such that the name can be used in log entries.
    PR 7862 [<y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>]