*** service.c	Mon Oct 14 14:48:30 2002
--- ../../../../httpd-2.0.43/server/mpm/winnt/service.c	Tue Jul  9 19:37:34 2002
***************
*** 1273,1279 ****
          /* ###: utf-ize */
          schService = OpenService(schSCManager, mpm_service_name, 
                                   SERVICE_INTERROGATE | SERVICE_QUERY_STATUS | 
!                                  SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL);
  
          if (schService == NULL) {
              /* Could not open the service */
--- 1273,1279 ----
          /* ###: utf-ize */
          schService = OpenService(schSCManager, mpm_service_name, 
                                   SERVICE_INTERROGATE | SERVICE_QUERY_STATUS | 
!                                  SERVICE_START | SERVICE_STOP);
  
          if (schService == NULL) {
              /* Could not open the service */
