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 18:09:46 UTC

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

Author: wrowe
Date: Mon May 26 09:09:44 2008
New Revision: 660224

URL: http://svn.apache.org/viewvc?rev=660224&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.0.x/support/win32/ApacheMonitor.c
      - copied unchanged from r658640, httpd/httpd/trunk/support/win32/ApacheMonitor.c
    httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.dsp
      - copied unchanged from r660215, httpd/httpd/trunk/support/win32/ApacheMonitor.dsp
    httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.h
      - copied unchanged from r658640, httpd/httpd/trunk/support/win32/ApacheMonitor.h
Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=660224&r1=660223&r2=660224&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Mon May 26 09:09:44 2008
@@ -300,20 +300,6 @@
        +1: niq, wrowe
          wrowe adds; looks good, no way to apply this without a minor bump
 
- * 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
-
 CURRENT VOTES:
 
     *) httpd-std.conf and friends;